| Index: third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.h
|
| diff --git a/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.h b/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.h
|
| index 4e86349c978720292b3d5c36b3abb35cdda00625..34e28c2696650d08f6652fecd13206503f340a04 100644
|
| --- a/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.h
|
| +++ b/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.h
|
| @@ -28,21 +28,12 @@
|
|
|
| #include <v8.h>
|
|
|
| -namespace blink {
|
| -class ScriptState;
|
| -struct WrapperTypeInfo;
|
| -}
|
| -
|
| namespace WebCoreTestSupport {
|
|
|
| void injectInternalsObject(v8::Local<v8::Context>);
|
| void resetInternalsObject(v8::Local<v8::Context>);
|
| -void installConditionalFeaturesForTests(
|
| - const blink::WrapperTypeInfo*,
|
| - const blink::ScriptState*,
|
| - v8::Local<v8::Object> prototypeObject,
|
| - v8::Local<v8::Function> interfaceObject);
|
| +void registerInstallConditionalFeaturesForTesting();
|
|
|
| -} // namespace blink
|
| +} // namespace WebCoreTestSupport
|
|
|
| #endif
|
|
|