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

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

Issue 10769002: Roll IDL to multivm@683 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix notifications path in fremontcut. 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/dom/DataTransferItemList.idl ('k') | third_party/WebCore/dom/NodeList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/NamedNodeMap.idl
diff --git a/third_party/WebCore/dom/NamedNodeMap.idl b/third_party/WebCore/dom/NamedNodeMap.idl
index 88820c0172f563c6446655321cc45a8deeb64aac..7ee6b75677aa328de1b134cf40c55d235cabdcde 100644
--- a/third_party/WebCore/dom/NamedNodeMap.idl
+++ b/third_party/WebCore/dom/NamedNodeMap.idl
@@ -21,11 +21,10 @@
module core {
interface [
- JSGenerateIsReachable=ImplElementRoot,
- JSCustomMarkFunction,
+ GenerateIsReachable=ImplElementRoot,
IndexedGetter,
- NamedGetter,
- V8CustomToJSObject
+ JSCustomMarkFunction,
+ NamedGetter
] NamedNodeMap {
Node getNamedItem(in [Optional=DefaultIsUndefined] DOMString name);
« no previous file with comments | « third_party/WebCore/dom/DataTransferItemList.idl ('k') | third_party/WebCore/dom/NodeList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698