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

Unified Diff: third_party/WebKit/Source/core/dom/DOMException.idl

Issue 2572003003: NOT FOR SUBMIT: use counters for jdm@
Patch Set: Merge branch 'jdm-usecounters' into jdm-merge Created 4 years 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: third_party/WebKit/Source/core/dom/DOMException.idl
diff --git a/third_party/WebKit/Source/core/dom/DOMException.idl b/third_party/WebKit/Source/core/dom/DOMException.idl
index 3c3378164f6dea41e9e0c5ce9f0e4f312927793b..5547e2503d6127ce316ef9428a7203ad05908cc6 100644
--- a/third_party/WebKit/Source/core/dom/DOMException.idl
+++ b/third_party/WebKit/Source/core/dom/DOMException.idl
@@ -36,12 +36,12 @@
DoNotCheckConstants,
] exception DOMException {
- readonly attribute unsigned short code;
- readonly attribute DOMString name;
- readonly attribute DOMString message;
+ [Measure] readonly attribute unsigned short code;
+ [Measure] readonly attribute DOMString name;
+ [Measure] readonly attribute DOMString message;
// Override in a Mozilla compatible format
- [NotEnumerable] DOMString toString();
+ [Measure, NotEnumerable] DOMString toString();
// ExceptionCode
const unsigned short INDEX_SIZE_ERR = 1;
« no previous file with comments | « third_party/WebKit/Source/core/dom/ClientRectList.idl ('k') | third_party/WebKit/Source/core/dom/DOMMatrix.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698