[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
ajwong at chromium.org
ajwong at chromium.org
Tue Jan 5 23:44:17 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 045c0e4c7da1c9eeeb8de7bbe2d8890793fd1231
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