Title: [107796] trunk/Source/WebCore
Revision
107796
Author
[email protected]
Date
2012-02-15 02:30:29 -0800 (Wed, 15 Feb 2012)

Log Message

2012-02-15  Roland Steiner  <[email protected]>

        Unreviewed, quick build fix for 107792

        * inspector/DOMEditor.cpp:
        (WebCore::DOMEditor::RemoveAttributeAction::redo):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (107795 => 107796)


--- trunk/Source/WebCore/ChangeLog	2012-02-15 09:52:17 UTC (rev 107795)
+++ trunk/Source/WebCore/ChangeLog	2012-02-15 10:30:29 UTC (rev 107796)
@@ -1,3 +1,10 @@
+2012-02-15  Roland Steiner  <[email protected]>
+
+        Unreviewed, quick build fix for 107792
+
+        * inspector/DOMEditor.cpp:
+        (WebCore::DOMEditor::RemoveAttributeAction::redo):
+
 2012-02-15  Tony Gentilcore  <[email protected]>
 
         [chromium] Don't use increased FontCache size on Android

Modified: trunk/Source/WebCore/inspector/DOMEditor.cpp (107795 => 107796)


--- trunk/Source/WebCore/inspector/DOMEditor.cpp	2012-02-15 09:52:17 UTC (rev 107795)
+++ trunk/Source/WebCore/inspector/DOMEditor.cpp	2012-02-15 10:30:29 UTC (rev 107796)
@@ -147,7 +147,7 @@
         return true;
     }
 
-    virtual bool redo(ExceptionCode& ec)
+    virtual bool redo(ExceptionCode&)
     {
         m_element->removeAttribute(m_name);
         return true;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to