[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

ajwong at chromium.org ajwong at chromium.org
Thu Apr 8 00:25:45 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 4792049971e146e1abdb7fbddcb5eaf1170ef573
Author: ajwong at chromium.org <ajwong at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 8 02:21:21 2009 +0000

    Not reviewed: Chromium build fix try 2 (dumb error).
    
    * bindings/v8/ScriptValue.h:
    (WebCore::ScriptValue::getString):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51821 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index d91768c..6261e9d 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,12 @@
 2009-12-07  Albert J. Wong  <ajwong at chromium.org>
 
+        Not reviewed: Chromium build fix try 2 (dumb error).
+
+        * bindings/v8/ScriptValue.h:
+        (WebCore::ScriptValue::getString):
+
+2009-12-07  Albert J. Wong  <ajwong at chromium.org>
+
         Not reviewed: Chromium build fix.
 
         Fix Chromium build break caused by an added dependency from
diff --git a/WebCore/bindings/v8/ScriptValue.h b/WebCore/bindings/v8/ScriptValue.h
index 74b06ca..c0ba8d5 100644
--- a/WebCore/bindings/v8/ScriptValue.h
+++ b/WebCore/bindings/v8/ScriptValue.h
@@ -144,7 +144,7 @@ public:
     }
 
     v8::Handle<v8::Value> v8Value() const { return m_value; }
-    bool getString(ScriptState*, String& result) const { getString(result); }
+    bool getString(ScriptState*, String& result) const { return getString(result); }
     bool getString(String& result) const;
     String toString(ScriptState*) const;
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list