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

Unified Diff: Source/modules/indexeddb/IDBVersionChangeEvent.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: Faster processing of DOMWindow.idl + Handling of Callback interfaces Created 7 years, 8 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: Source/modules/indexeddb/IDBVersionChangeEvent.idl
diff --git a/Source/modules/indexeddb/IDBVersionChangeEvent.idl b/Source/modules/indexeddb/IDBVersionChangeEvent.idl
index e349114b9e09315a2153d77f2fc8d207df193260..875a840fc79b9f8625b59d273135c567eed87e15 100644
--- a/Source/modules/indexeddb/IDBVersionChangeEvent.idl
+++ b/Source/modules/indexeddb/IDBVersionChangeEvent.idl
@@ -23,7 +23,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface IDBVersionChangeEvent : Event {
+[
+ NoInterfaceObject,
+] interface IDBVersionChangeEvent : Event {
readonly attribute IDBAny oldVersion;
readonly attribute IDBAny newVersion;
};

Powered by Google App Engine
This is Rietveld 408576698