Title: [182502] trunk/Source/WebCore
Revision
182502
Author
[email protected]
Date
2015-04-07 16:09:42 -0700 (Tue, 07 Apr 2015)

Log Message

[Win] Unreviewed build fix after r182494.

* platform/win/ContextMenuItemWin.cpp:
(WebCore::ContextMenuItem::ContextMenuItem): Deleted.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (182501 => 182502)


--- trunk/Source/WebCore/ChangeLog	2015-04-07 22:56:29 UTC (rev 182501)
+++ trunk/Source/WebCore/ChangeLog	2015-04-07 23:09:42 UTC (rev 182502)
@@ -1,5 +1,12 @@
 2015-04-07  Alex Christensen  <[email protected]>
 
+        [Win] Unreviewed build fix after r182494.
+
+        * platform/win/ContextMenuItemWin.cpp:
+        (WebCore::ContextMenuItem::ContextMenuItem): Deleted.
+
+2015-04-07  Alex Christensen  <[email protected]>
+
         Unreviewed fixing API tests.
 
         * contentextensions/ContentExtensionsBackend.cpp:

Modified: trunk/Source/WebCore/platform/win/ContextMenuItemWin.cpp (182501 => 182502)


--- trunk/Source/WebCore/platform/win/ContextMenuItemWin.cpp	2015-04-07 22:56:29 UTC (rev 182501)
+++ trunk/Source/WebCore/platform/win/ContextMenuItemWin.cpp	2015-04-07 23:09:42 UTC (rev 182502)
@@ -30,10 +30,6 @@
 
 namespace WebCore {
 
-ContextMenuItem::ContextMenuItem()
-{
-}
-
 ContextMenuItem::ContextMenuItem(const MENUITEMINFO& info)
 {
     if (info.fMask & MIIM_FTYPE)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to