Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/timing/ConsoleMemory.idl

Issue 1466563003: Make [TypeChecking=Interface] the default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/timing/ConsoleMemory.idl
diff --git a/third_party/WebKit/Source/core/timing/ConsoleMemory.idl b/third_party/WebKit/Source/core/timing/ConsoleMemory.idl
index 2cf01b61ecfc8d0a7e622e12f676c1766f1a5121..4a19192a987aac41fba458a8a934873d77be0921 100644
--- a/third_party/WebKit/Source/core/timing/ConsoleMemory.idl
+++ b/third_party/WebKit/Source/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;
};

Powered by Google App Engine