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

Unified Diff: third_party/WebKit/Source/core/dom/DOMStringMap.idl

Issue 2676663006: Remove SetWrapperReferenceTo and SetWrapperReferenceFrom (Closed)
Patch Set: Rebase on master Created 3 years, 10 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/core/dom/DOMStringMap.idl
diff --git a/third_party/WebKit/Source/core/dom/DOMStringMap.idl b/third_party/WebKit/Source/core/dom/DOMStringMap.idl
index beb05f880dcfb3f358651fde29f1db9aba8babe8..d935a533fa8f00f03d814c2bcabe2f8fb8ec8166 100644
--- a/third_party/WebKit/Source/core/dom/DOMStringMap.idl
+++ b/third_party/WebKit/Source/core/dom/DOMStringMap.idl
@@ -26,8 +26,8 @@
// https://html.spec.whatwg.org/#the-domstringmap-interface
[
+ DependentLifetime,
OverrideBuiltins,
- SetWrapperReferenceFrom=element,
] interface DOMStringMap {
[ImplementedAs=item] getter DOMString (DOMString name);
[CEReactions, RaisesException] setter void (DOMString name, DOMString value);
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMStringMap.h ('k') | third_party/WebKit/Source/core/dom/DOMTokenList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698