summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/public/WebScriptController.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/public/WebScriptController.h')
-rw-r--r--WebKit/chromium/public/WebScriptController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/chromium/public/WebScriptController.h b/WebKit/chromium/public/WebScriptController.h
index 54bb08a..5c360b2 100644
--- a/WebKit/chromium/public/WebScriptController.h
+++ b/WebKit/chromium/public/WebScriptController.h
@@ -51,6 +51,8 @@ public:
// 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);