| Index: Source/web/WebTestingSupport.cpp
|
| diff --git a/Source/web/WebTestingSupport.cpp b/Source/web/WebTestingSupport.cpp
|
| index 00d441e0cd252add708e23a99bebbfa05032aa5b..9cf3af49295033f88964d86af0366b0e7826dd84 100644
|
| --- a/Source/web/WebTestingSupport.cpp
|
| +++ b/Source/web/WebTestingSupport.cpp
|
| @@ -32,13 +32,13 @@
|
|
|
| namespace blink {
|
|
|
| -void WebTestingSupport::injectInternalsObject(WebFrame* frame)
|
| +void WebTestingSupport::injectInternalsObject(WebLocalFrame* frame)
|
| {
|
| v8::HandleScope handleScope(v8::Isolate::GetCurrent());
|
| WebCoreTestSupport::injectInternalsObject(frame->mainWorldScriptContext());
|
| }
|
|
|
| -void WebTestingSupport::resetInternalsObject(WebFrame* frame)
|
| +void WebTestingSupport::resetInternalsObject(WebLocalFrame* frame)
|
| {
|
| v8::HandleScope handleScope(v8::Isolate::GetCurrent());
|
| WebCoreTestSupport::resetInternalsObject(frame->mainWorldScriptContext());
|
|
|