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

Unified Diff: Source/core/frame/UseCounter.h

Issue 1151023004: Add use counters to determine the fate of DOMError (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « Source/core/fileapi/FileReader.idl ('k') | Source/modules/indexeddb/IDBRequest.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index b068892b5207104dcfeaf17f85752faaa6fb0f1f..10d4462bd6297f13761ab1f65435e691fdc98c0c 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -719,6 +719,12 @@ public:
V8HTMLStyleElement_Disabled_AttributeSetter = 813,
V8FileReader_ReadAsBinaryString_Method = 814,
V8FileReaderSync_ReadAsBinaryString_Method = 815,
+ V8DOMError_Constructor = 816,
+ V8DOMError_Name_AttributeGetter = 817,
+ V8DOMError_Message_AttributeGetter = 818,
+ V8FileReader_Error_AttributeGetter = 819,
+ V8IDBRequest_Error_AttributeGetter = 820,
+ V8IDBTransaction_Error_AttributeGetter = 821,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « Source/core/fileapi/FileReader.idl ('k') | Source/modules/indexeddb/IDBRequest.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698