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

Unified Diff: bindings/tests/idls/SVGTestInterface.idl

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 3 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 | « bindings/scripts/v8_utilities.py ('k') | bindings/tests/idls/TestCallbackInterface.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/tests/idls/SVGTestInterface.idl
diff --git a/modules/quota/StorageInfo.idl b/bindings/tests/idls/SVGTestInterface.idl
similarity index 82%
copy from modules/quota/StorageInfo.idl
copy to bindings/tests/idls/SVGTestInterface.idl
index feec250125d91f90a9c268b29972c24ba68e903c..6c7511ee8e707b5ab6df922d6764484dbb2b0e7d 100644
--- a/modules/quota/StorageInfo.idl
+++ b/bindings/tests/idls/SVGTestInterface.idl
@@ -28,11 +28,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+
+// This test files starts with 'SVG' because /^SVG/ is used as a check
+// for SVG interfaces (to use SVGNames for [Reflect] attributes)
[
- WillBeGarbageCollected,
- NoInterfaceObject,
- RuntimeEnabled=QuotaPromise
-] interface StorageInfo {
- readonly attribute unsigned long long usage;
- readonly attribute unsigned long long quota;
+ DependentLifetime,
+] interface SVGTestInterface {
+ [Reflect] attribute DOMString type; // Test SVGNames namespace
+ // [Immutable] attribute SVGPoint immutablePoint; // [Immutable] is a nop
};
« no previous file with comments | « bindings/scripts/v8_utilities.py ('k') | bindings/tests/idls/TestCallbackInterface.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698