Chromium Code Reviews

Unified Diff: Source/modules/filesystem/EntryArray.idl

Issue 14179013: Add support for [NoInterfaceObject] extended attribute to bindings generator (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix error with Perl < 5.14 Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/modules/filesystem/Entry.idl ('k') | Source/modules/filesystem/EntryArraySync.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/EntryArray.idl
diff --git a/Source/modules/filesystem/EntryArray.idl b/Source/modules/filesystem/EntryArray.idl
index 6d751005f274a26e136e8f6485f6723e472e20d8..ba9f43fc965b3bc9d934ed7e92831629423abbca 100644
--- a/Source/modules/filesystem/EntryArray.idl
+++ b/Source/modules/filesystem/EntryArray.idl
@@ -29,6 +29,7 @@
*/
[
+ NoInterfaceObject,
ImplementationLacksVTable
] interface EntryArray {
readonly attribute unsigned long length;
« no previous file with comments | « Source/modules/filesystem/Entry.idl ('k') | Source/modules/filesystem/EntryArraySync.idl » ('j') | no next file with comments »

Powered by Google App Engine