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

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl

Issue 2668753006: Special-case LocalDOMWindow for same-origin access in bindings. (Closed)
Patch Set: . Created 3 years, 11 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/tests/idls/core/TestInterfaceCheckSecurity.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl
index d9df642f51452bb1fd24f9d4957e380e640c4915..f5b550d63add04c883d5c297ccf4e266251facca 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl
@@ -29,6 +29,7 @@
[
CheckSecurity=Receiver,
Global,
+ SameOriginImplementedAs=LocalTestInterfaceCheckSecurity,
] interface TestInterfaceCheckSecurity {
readonly attribute long readonlyLongAttribute;
attribute long longAttribute;

Powered by Google App Engine
This is Rietveld 408576698