Index: third_party/WebKit/public/web/WebTestingSupport.h |
diff --git a/third_party/WebKit/public/web/WebTestingSupport.h b/third_party/WebKit/public/web/WebTestingSupport.h |
index 565953b1d00018320789e545d1b22b530416a7ce..0833b0b9ca8e94c289aafb79eebb4eb6b922f86c 100644 |
--- a/third_party/WebKit/public/web/WebTestingSupport.h |
+++ b/third_party/WebKit/public/web/WebTestingSupport.h |
@@ -37,6 +37,7 @@ public: |
static v8::Local<v8::Value> createInternalsObject(v8::Local<v8::Context>); |
static void injectInternalsObject(WebLocalFrame*); |
static void resetInternalsObject(WebLocalFrame*); |
+ static void injectInternalsObject(v8::Local<v8::Context>); |
}; |
} |