Title: [145337] trunk/Source/WebKit2
Revision
145337
Author
timothy_hor...@apple.com
Date
2013-03-10 18:21:36 -0700 (Sun, 10 Mar 2013)

Log Message

Fix a typo in http://trac.webkit.org/changeset/145332.

Unreviewed.

ENABLE() doesn't use the WTF_ prefix.

* WebProcess/WebPage/WebPage.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (145336 => 145337)


--- trunk/Source/WebKit2/ChangeLog	2013-03-11 01:19:10 UTC (rev 145336)
+++ trunk/Source/WebKit2/ChangeLog	2013-03-11 01:21:36 UTC (rev 145337)
@@ -1,3 +1,13 @@
+2013-03-10  Tim Horton  <timothy_hor...@apple.com>
+
+        Fix a typo in http://trac.webkit.org/changeset/145332.
+
+        Unreviewed.
+
+        ENABLE() doesn't use the WTF_ prefix.
+
+        * WebProcess/WebPage/WebPage.h:
+
 2013-03-10  Sam Weinig  <s...@webkit.org>
 
         Add bundle API to get the current selection as a WKDOMRange

Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebPage.h (145336 => 145337)


--- trunk/Source/WebKit2/WebProcess/WebPage/WebPage.h	2013-03-11 01:19:10 UTC (rev 145336)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebPage.h	2013-03-11 01:21:36 UTC (rev 145337)
@@ -99,7 +99,7 @@
 OBJC_CLASS NSObject;
 OBJC_CLASS WKAccessibilityWebPageObject;
 
-#define WTF_ENABLE_PRIMARY_SNAPSHOTTED_PLUGIN_HEURISTIC 1
+#define ENABLE_PRIMARY_SNAPSHOTTED_PLUGIN_HEURISTIC 1
 #endif
 
 namespace CoreIPC {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to