[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75
levin at chromium.org
levin at chromium.org
Thu Oct 29 20:40:45 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit b118d253bd68b3134c66d9b10c652dfaa058a0bc
Author: levin at chromium.org <levin at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Oct 7 03:45:52 2009 +0000
A few small/trivial tweaks to the last build fix.
Patch by David Levin <levin at chromium.org> on 2009-10-06
Reviewed by NOBODY (build fix).
* bindings/scripts/CodeGeneratorV8.pm:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49221 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 2135c19..c729c57 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,13 @@
2009-10-06 David Levin <levin at chromium.org>
+ Reviewed by NOBODY (build fix).
+
+ A few small/trivial tweaks to the last build fix.
+
+ * bindings/scripts/CodeGeneratorV8.pm:
+
+2009-10-06 David Levin <levin at chromium.org>
+
Reviewed by Dimitri Glazkov.
[Chromium] Need to adjust MessagePort, etc. code for the post clone work done.
diff --git a/WebCore/bindings/scripts/CodeGeneratorV8.pm b/WebCore/bindings/scripts/CodeGeneratorV8.pm
index 8905234..ccbbf31 100644
--- a/WebCore/bindings/scripts/CodeGeneratorV8.pm
+++ b/WebCore/bindings/scripts/CodeGeneratorV8.pm
@@ -1885,7 +1885,7 @@ sub JSValueToNative
if ($type eq "SerializedScriptValue") {
$implIncludes{"SerializedScriptValue.h"} = 1;
- return "SerializedScriptValue::create(exec, $value)";
+ return "SerializedScriptValue::create($value)";
}
if ($type eq "NodeFilter") {
@@ -2118,7 +2118,7 @@ sub ReturnNativeToJSValue
if ($type eq "SerializedScriptValue") {
$implIncludes{"$type.h"} = 1;
- return "v8String($value->toString())";
+ return "return v8String($value->toString())";
}
if ($type eq "DedicatedWorkerContext" or $type eq "WorkerContext" or $type eq "SharedWorkerContext") {
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list