Title: [164723] trunk/Source/WebCore
Revision
164723
Author
eric.carl...@apple.com
Date
2014-02-26 10:36:44 -0800 (Wed, 26 Feb 2014)

Log Message

Build fix for OS X after r164720.

* page/ContextMenuContext.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (164722 => 164723)


--- trunk/Source/WebCore/ChangeLog	2014-02-26 18:35:24 UTC (rev 164722)
+++ trunk/Source/WebCore/ChangeLog	2014-02-26 18:36:44 UTC (rev 164723)
@@ -1,3 +1,9 @@
+2014-02-26  Eric Carlson  <eric.carl...@apple.com>
+
+        Build fix for OS X after r164720.
+
+        * page/ContextMenuContext.cpp:
+
 2014-02-26  Brady Eidson  <beid...@apple.com>
 
         Pipe experimental image controls menu up to WebKit2

Modified: trunk/Source/WebCore/page/ContextMenuContext.cpp (164722 => 164723)


--- trunk/Source/WebCore/page/ContextMenuContext.cpp	2014-02-26 18:35:24 UTC (rev 164722)
+++ trunk/Source/WebCore/page/ContextMenuContext.cpp	2014-02-26 18:36:44 UTC (rev 164723)
@@ -42,6 +42,8 @@
     : m_hitTestResult(hitTestResult)
 #if ENABLE(IMAGE_CONTROLS)
     , m_isImageControl(isImageControl)
+#else
+    UNUSED_PARAM(isImageControl);
 #endif
 {
     ASSERT_UNUSED(isImageControl, true);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to