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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h

Issue 2760793002: Use v8::Context::NewRemoteContext in RemoteWindowProxy. (Closed)
Patch Set: RemoteDOMWindow in DOMDataStore 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/DOMDataStore.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h b/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
index 03d903065415b8d46156e68f9e01e0d5b8b46332..3cd3c86a01306642442145928bcf6e7d4b7f32cc 100644
--- a/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
+++ b/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
@@ -138,6 +138,8 @@ class DOMDataStore {
}
private:
+ friend class RemoteWindowProxy;
Yuki 2017/03/23 02:58:29 I think that we don't have a strong reason to make
dcheng 2017/03/23 06:03:06 OK, I was thinking we didn't want to expose this m
+
WARN_UNUSED_RESULT bool set(v8::Isolate* isolate,
ScriptWrappable* object,
const WrapperTypeInfo* wrapperTypeInfo,

Powered by Google App Engine
This is Rietveld 408576698