Index: third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp b/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp |
index 139ed88755d5dc6b65b9f7e211821b49bc008987..4894ea3cf3204faf7673313e8a6d7c455d8713a2 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp |
@@ -255,7 +255,7 @@ void LocalWindowProxy::updateDocumentProperty() { |
DCHECK(documentWrapper->IsObject()); |
// Update the cached accessor for window.document. |
CHECK(V8PrivateProperty::getWindowDocumentCachedAccessor(isolate()).set( |
- context, context->Global(), documentWrapper)); |
+ context->Global(), documentWrapper)); |
} |
void LocalWindowProxy::updateActivityLogger() { |