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

Unified Diff: Source/core/frame/Window.idl

Issue 261243002: Add support for [Global] / [PrimaryGlobal] IDL extended attributes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove non-ASCII character in comment Created 6 years, 8 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: Source/core/frame/Window.idl
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
index 703cad74763e2ef0ea40c7d242e983977e57e580..1b558c933bcc69a9c3efe51508652b6662525ed9 100644
--- a/Source/core/frame/Window.idl
+++ b/Source/core/frame/Window.idl
@@ -28,6 +28,7 @@
// http://www.w3.org/html/wg/drafts/html/master/browsers.html#window
// FIXME: explain all uses of [DoNotCheckSecurity]
[
+ PrimaryGlobal,
Nils Barth (inactive) 2014/05/07 01:55:57 Alphabetical order please.
Inactive 2014/05/07 15:45:12 Done.
CheckSecurity=Frame,
Custom=ToV8,
ImplementedAs=DOMWindow,

Powered by Google App Engine
This is Rietveld 408576698