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

Unified Diff: third_party/WebCore/dom/Document.idl

Issue 10837033: Roll IDL to multivm@733 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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
« no previous file with comments | « third_party/WebCore/bindings/scripts/test/TestSupplemental.idl ('k') | third_party/WebCore/dom/Element.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/Document.idl
diff --git a/third_party/WebCore/dom/Document.idl b/third_party/WebCore/dom/Document.idl
index 7c1c4839c2928702e7320817af74d6346c7430e2..742381f2ab5215117fba2e0e9d4326778e6d2237 100644
--- a/third_party/WebCore/dom/Document.idl
+++ b/third_party/WebCore/dom/Document.idl
@@ -375,6 +375,9 @@ module core {
readonly attribute [Conditional=PAGE_VISIBILITY_API] DOMString webkitVisibilityState;
readonly attribute [Conditional=PAGE_VISIBILITY_API] boolean webkitHidden;
+ // Security Policy API: http://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html#script-interfaces
+ readonly attribute [Conditional=CSP_NEXT] DOMSecurityPolicy SecurityPolicy;
+
};
}
« no previous file with comments | « third_party/WebCore/bindings/scripts/test/TestSupplemental.idl ('k') | third_party/WebCore/dom/Element.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698