Title: [98442] trunk/Source/WebKit/chromium
Revision
98442
Author
commit-qu...@webkit.org
Date
2011-10-26 00:57:50 -0700 (Wed, 26 Oct 2011)

Log Message

Remove temporary hack needed to ease Chromium/WebKit commit.
https://bugs.webkit.org/show_bug.cgi?id=70791

Patch by Polina Sokolova <pol...@chromium.org> on 2011-10-26
Reviewed by Darin Fisher.

* public/WebDocument.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (98441 => 98442)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-10-26 07:57:16 UTC (rev 98441)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-10-26 07:57:50 UTC (rev 98442)
@@ -1,3 +1,12 @@
+2011-10-26  Polina Sokolova  <pol...@chromium.org>
+
+        Remove temporary hack needed to ease Chromium/WebKit commit.
+        https://bugs.webkit.org/show_bug.cgi?id=70791
+
+        Reviewed by Darin Fisher.
+
+        * public/WebDocument.h:
+
 2011-10-25  Nat Duca  <nd...@chromium.org>
 
         [chromium] Enable threaded compositing via CCThreadProxy::hasThread only

Modified: trunk/Source/WebKit/chromium/public/WebDocument.h (98441 => 98442)


--- trunk/Source/WebKit/chromium/public/WebDocument.h	2011-10-26 07:57:16 UTC (rev 98441)
+++ trunk/Source/WebKit/chromium/public/WebDocument.h	2011-10-26 07:57:50 UTC (rev 98442)
@@ -54,9 +54,6 @@
 class WebString;
 class WebURL;
 
-// Temporary hack to ease Chromium/WebKit commit.
-#define WEBKIT_WEBDOCUMENT_HAS_FULLSCREENELEMENT 1
-
 // Provides readonly access to some properties of a DOM document.
 class WebDocument : public WebNode {
 public:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to