2012-02-15 Roland Steiner <rolandsteiner@chromium.org>
authorrolandsteiner@chromium.org <rolandsteiner@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 15 Feb 2012 10:30:29 +0000 (10:30 +0000)
committerrolandsteiner@chromium.org <rolandsteiner@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 15 Feb 2012 10:30:29 +0000 (10:30 +0000)
        Unreviewed, quick build fix for 107792

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

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@107796 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/inspector/DOMEditor.cpp

index f95dabd..dbc9e0e 100644 (file)
@@ -1,3 +1,10 @@
+2012-02-15  Roland Steiner  <rolandsteiner@chromium.org>
+
+        Unreviewed, quick build fix for 107792
+
+        * inspector/DOMEditor.cpp:
+        (WebCore::DOMEditor::RemoveAttributeAction::redo):
+
 2012-02-15  Tony Gentilcore  <tonyg@chromium.org>
 
         [chromium] Don't use increased FontCache size on Android
index bb8ac14..e1cb23c 100644 (file)
@@ -147,7 +147,7 @@ public:
         return true;
     }
 
-    virtual bool redo(ExceptionCode& ec)
+    virtual bool redo(ExceptionCode&)
     {
         m_element->removeAttribute(m_name);
         return true;