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

Unified Diff: third_party/WebCore/bindings/scripts/test/TestSupplemental.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/TestObj.idl ('k') | third_party/WebCore/dom/Document.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/bindings/scripts/test/TestSupplemental.idl
diff --git a/third_party/WebCore/bindings/scripts/test/TestSupplemental.idl b/third_party/WebCore/bindings/scripts/test/TestSupplemental.idl
index 60514124b8e5c1f0f5ec6a436a51105b6ebfa984..524515bf076202c2ee948f8f7954018a46f37077 100644
--- a/third_party/WebCore/bindings/scripts/test/TestSupplemental.idl
+++ b/third_party/WebCore/bindings/scripts/test/TestSupplemental.idl
@@ -33,6 +33,10 @@ module test {
Conditional=Condition11|Condition12,
Supplemental=TestInterface
] TestSupplemental {
+#if defined(TESTING_JS) || defined(TESTING_V8)
+ static readonly attribute long supplementalStaticReadOnlyAttr;
+ static attribute DOMString supplementalStaticAttr;
+#endif
readonly attribute DOMString supplementalStr1;
attribute DOMString supplementalStr2;
attribute [CustomGetter, CustomSetter] DOMString supplementalStr3;
« no previous file with comments | « third_party/WebCore/bindings/scripts/test/TestObj.idl ('k') | third_party/WebCore/dom/Document.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698