| Index: sky/engine/bindings/core/v8/V8Binding.cpp
|
| diff --git a/sky/engine/bindings/core/v8/V8Binding.cpp b/sky/engine/bindings/core/v8/V8Binding.cpp
|
| index 99d512c638ec32834db43d3d4215cfef6162a641..585f2b2fe807db80d41a29c0f5bf340f668f105c 100644
|
| --- a/sky/engine/bindings/core/v8/V8Binding.cpp
|
| +++ b/sky/engine/bindings/core/v8/V8Binding.cpp
|
| @@ -669,9 +669,7 @@ ExecutionContext* callingExecutionContext(v8::Isolate* isolate)
|
|
|
| LocalFrame* toFrameIfNotDetached(v8::Handle<v8::Context> context)
|
| {
|
| - // FIXME(sky): remove.
|
| - LocalDOMWindow* window = toDOMWindow(context);
|
| - return window->frame();
|
| + return toDOMWindow(context)->frame();
|
| }
|
|
|
| v8::Local<v8::Context> toV8Context(ExecutionContext* context, DOMWrapperWorld& world)
|
|
|