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

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

Issue 2439013002: Implement cross-origin attributes using access check interceptors. (Closed)
Patch Set: Clean up named enumerator interceptor. Created 4 years 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/BindingSecurity.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/BindingSecurity.h b/third_party/WebKit/Source/bindings/core/v8/BindingSecurity.h
index 248f2cd98b41ca59faa179d41c91f3779c80848c..1a844d6c665f51bbdf6c48a8464cda35b81f6ba7 100644
--- a/third_party/WebKit/Source/bindings/core/v8/BindingSecurity.h
+++ b/third_party/WebKit/Source/bindings/core/v8/BindingSecurity.h
@@ -115,6 +115,8 @@ class CORE_EXPORT BindingSecurity {
const LocalDOMWindow* accessingWindow,
const DOMWindow* target,
ExceptionState&);
+
+ static void failedAccessCheckFor(v8::Isolate*, const Frame* target);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698