| Index: WebKit/chromium/public/WebScriptController.h
|
| ===================================================================
|
| --- WebKit/chromium/public/WebScriptController.h (revision 68288)
|
| +++ WebKit/chromium/public/WebScriptController.h (working copy)
|
| @@ -51,6 +51,8 @@
|
| // matching group.
|
| // Will only affect v8 contexts initialized after this call. Takes ownership
|
| // of the v8::Extension object passed.
|
| + // FIXME: remove the latter 2 versions in phase 3 of multipart checkin:
|
| + // https://bugs.webkit.org/show_bug.cgi?id=45721
|
| WEBKIT_API static void registerExtension(v8::Extension*);
|
| WEBKIT_API static void registerExtension(v8::Extension*,
|
| const WebString& schemeRestriction);
|
|
|