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

Unified Diff: core/dom/DOMError.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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 | « core/dom/CompositorProxy.idl ('k') | core/dom/DOMException.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/DOMError.idl
diff --git a/core/dom/DOMError.idl b/core/dom/DOMError.idl
index aba4e7a6c512bcfc3c198da644485a69b25ffb7d..d0c954475628ed41222e6afb4123ac5d20409a2f 100644
--- a/core/dom/DOMError.idl
+++ b/core/dom/DOMError.idl
@@ -25,11 +25,15 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+
+// https://dom.spec.whatwg.org/#domerror
+
+// FIXME: DOMError has been removed from the spec. crbug.com/460725
[
Constructor(DOMString name, optional DOMString message = null),
- WillBeGarbageCollected
+ GarbageCollected,
+ Measure,
] interface DOMError {
- readonly attribute DOMString name;
- readonly attribute DOMString message;
- };
-
+ [Measure] readonly attribute DOMString name;
+ [Measure] readonly attribute DOMString message;
+};
« no previous file with comments | « core/dom/CompositorProxy.idl ('k') | core/dom/DOMException.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698