Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp

Issue 2785943002: [Bindings] Simplify V8PrivateProperty::Symbol methods (Closed)
Patch Set: NOLINT comment hack Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698