Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
| index ceac81e4cff38cee7e1c84b7cc1be4fa046eec21..5635f66f21dd28e93020f48c114acdfebb346b3f 100644 |
| --- a/Source/core/testing/Internals.idl |
| +++ b/Source/core/testing/Internals.idl |
| @@ -201,10 +201,11 @@ |
| TypeConversions typeConversions(); |
| - // This is enabled only in Debug builds. |
| + // These are enabled only in Debug builds. |
| // This is because we want to avoid putting the byte stream of testing private scripts |
| // into the binary of Release builds. |
| PrivateScriptTest privateScriptTest(); |
| + DictionaryTest dictionaryTest(); |
|
haraken
2014/08/26 04:00:40
I don't quite understand why this needs to be Debu
bashi
2014/08/27 05:06:32
I just followed what privateScriptTest() is doing.
|
| DOMString[] getReferencedFilePaths(); |