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 2d8c532682f416d052ef8c889707d48ca24a5388..c402611078422e49fe7c9245c90d9a4612537e11 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp |
@@ -401,7 +401,7 @@ void LocalWindowProxy::namedItemAdded(HTMLDocument* document, |
// name already exists or not, and if it exists, we shouldn't define a new |
// accessor property (it fails). |
documentWrapper->SetAccessor(isolate()->GetCurrentContext(), |
- v8String(isolate(), name), getter); |
+ v8String(isolate(), name), getter).ToChecked(); |
} |
void LocalWindowProxy::namedItemRemoved(HTMLDocument* document, |