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; |
}; |