[Webkit-unassigned] [Bug 113331] Web Inspector: Encapsulate SetEmbedderData/GetEmbedderData

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 1 22:52:39 PDT 2013


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





--- Comment #4 from Adam Barth <abarth at webkit.org>  2013-04-01 22:50:50 PST ---
(From update of attachment 195992)
View in context: https://bugs.webkit.org/attachment.cgi?id=195992&action=review

> Source/WebCore/bindings/v8/V8PerContextData.h:143
> +    static v8::Handle<v8::Value> createDebugData(const char* worldName, int debugId);
> +    static v8::Handle<v8::Value> debugData(v8::Handle<v8::Context>);
> +    static void setDebugData(v8::Handle<v8::Context>, v8::Handle<v8::Value>);

These can be file-level statics and don't need to be declared in the header file.

-- 
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