[Webkit-unassigned] [Bug 77295] V8 idl code generator doesn't handle [CachedAttribute] on SerializedScriptValue attributes.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 2 16:18:35 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=77295





--- Comment #13 from Kentaro Hara <haraken at chromium.org>  2012-02-02 16:18:35 PST ---
(From update of attachment 124611)
View in context: https://bugs.webkit.org/attachment.cgi?id=124611&action=review

> Source/WebCore/bindings/scripts/test/V8/V8TestSerializedScriptValueInterface.cpp:88
> +    info.Holder()->DeleteHiddenValue(v8::String::NewSymbol("cachedValue")); // Invalidate the cached value.

Why don't you set the new value by SetHiddenValue(), instead of invalidating the current value?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list