Index: Source/bindings/core/v8/V8Binding.cpp |
diff --git a/Source/bindings/core/v8/V8Binding.cpp b/Source/bindings/core/v8/V8Binding.cpp |
index b1e36c0770e75469d2b5ca77c8109eb2dabbcc69..9deb5e6b88894f5ed2a64553ba6cb139385c1d55 100644 |
--- a/Source/bindings/core/v8/V8Binding.cpp |
+++ b/Source/bindings/core/v8/V8Binding.cpp |
@@ -735,7 +735,7 @@ v8::Local<v8::Context> toV8Context(LocalFrame* frame, DOMWrapperWorld& world) |
v8::Local<v8::Context> context = frame->script().windowProxy(world)->context(); |
if (context.IsEmpty()) |
return v8::Local<v8::Context>(); |
- LocalFrame* attachedFrame= toFrameIfNotDetached(context); |
+ LocalFrame* attachedFrame = toFrameIfNotDetached(context); |
return frame == attachedFrame ? context : v8::Local<v8::Context>(); |
} |