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

Unified Diff: core/timing/ConsoleMemory.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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/testing/TypeConversions.idl ('k') | core/timing/Performance.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/timing/ConsoleMemory.idl
diff --git a/core/timing/ConsoleMemory.idl b/core/timing/ConsoleMemory.idl
index 2cf01b61ecfc8d0a7e622e12f676c1766f1a5121..4a19192a987aac41fba458a8a934873d77be0921 100644
--- a/core/timing/ConsoleMemory.idl
+++ b/core/timing/ConsoleMemory.idl
@@ -7,5 +7,5 @@
partial interface Console {
// We can't make the attribute readonly as it breaks existing code that relies on being able to assign to console.memory in strict mode. Instead, the setter just ignores the passed value. http://crbug.com/468611
- [Measure] attribute MemoryInfo memory;
+ [Measure, LegacyInterfaceTypeChecking] attribute MemoryInfo memory;
};
« no previous file with comments | « core/testing/TypeConversions.idl ('k') | core/timing/Performance.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698