[V8] SerializedScriptValue must be deserialized only once and in the right context
Created attachment 52190 [details] patch v1
Comment on attachment 52190 [details] patch v1 > diff --git a/WebCore/bindings/scripts/CodeGeneratorV8.pm b/WebCore/bindings/scripts/CodeGeneratorV8.pm > + if ($serializedAttribute->type =~ /^readonly/) { > + $attrAttr .= "|v8::ReadOnly"; Ideally add spaces around | (so the code will match the general WK style).
Created attachment 52205 [details] patch v1.1
Comment on attachment 52205 [details] patch v1.1 Clearing flags on attachment: 52205 Committed r56877: <http://trac.webkit.org/changeset/56877>
All reviewed patches have been landed. Closing bug.