| Index: third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp b/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
|
| index dcb07ce1011bfb5097babc465b707c2ab34f9c52..5f3cbb313601fc180790f6d20305d5bcaf61d174 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
|
| @@ -37,7 +37,6 @@
|
| #include "bindings/core/v8/V8ErrorEvent.h"
|
| #include "bindings/core/v8/V8ErrorHandler.h"
|
| #include "bindings/core/v8/V8GCController.h"
|
| -#include "bindings/core/v8/V8History.h"
|
| #include "bindings/core/v8/V8IdleTaskRunner.h"
|
| #include "bindings/core/v8/V8Location.h"
|
| #include "bindings/core/v8/V8PerContextData.h"
|
| @@ -81,9 +80,6 @@ static Frame* findFrame(v8::Isolate* isolate,
|
| return V8Window::toImpl(windowWrapper)->frame();
|
| }
|
|
|
| - if (V8History::wrapperTypeInfo.equals(type))
|
| - return V8History::toImpl(host)->frame();
|
| -
|
| if (V8Location::wrapperTypeInfo.equals(type))
|
| return V8Location::toImpl(host)->frame();
|
|
|
|
|