Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
| index 4237f43623308fe6e70dc5d02efe754d1a7497b9..f2567a475c66263992e30d6e4cf48531f2b53f0f 100644 |
| --- a/Source/core/testing/Internals.idl |
| +++ b/Source/core/testing/Internals.idl |
| @@ -283,4 +283,6 @@ |
| unsigned long countHitRegions(CanvasRenderingContext2D context); |
| DOMString serializeNavigationMarkup(Document document); |
| + |
| + readonly attribute SomeDictionaryUser someDictionaryUser; |
| }; |