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

Unified Diff: third_party/WebCore/html/MicroDataItemValue.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
Index: third_party/WebCore/html/MicroDataItemValue.idl
diff --git a/third_party/WebCore/html/HTMLPropertiesCollection.idl b/third_party/WebCore/html/MicroDataItemValue.idl
similarity index 77%
copy from third_party/WebCore/html/HTMLPropertiesCollection.idl
copy to third_party/WebCore/html/MicroDataItemValue.idl
index d2c8e31275ec9f3f656dce1cec860f8e2f642265..5522b4fff7f226952743beb4064a917a51df47c4 100644
--- a/third_party/WebCore/html/HTMLPropertiesCollection.idl
+++ b/third_party/WebCore/html/MicroDataItemValue.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011 Motorola Mobility, Inc. All rights reserved.
+ * Copyright (c) 2012 Motorola Mobility, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
@@ -29,19 +29,11 @@
*/
module html {
-
interface [
Conditional=MICRODATA,
- JSGenerateToJSObject,
- IndexedGetter,
- NamedGetter
- ] HTMLPropertiesCollection : HTMLCollection {
- readonly attribute unsigned long length;
- Node item(in unsigned long index);
-
- readonly attribute DOMStringList names;
-
- // FIXME: HTML5 specifies that this should return PropertyNodeList.
- NodeList namedItem(in DOMString name);
+ CustomToJSObject,
+ OmitConstructor
+ ] MicroDataItemValue {
};
}
+
« no previous file with comments | « third_party/WebCore/html/HTMLPropertiesCollection.idl ('k') | third_party/WebCore/html/canvas/ArrayBuffer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698