| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index fb55bf0bda0a25227f03641bd166bf56a696f908..ae23d1ad1a4e26274fde6b7bf38b2d14b1267d06 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -212,10 +212,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();
|
|
|
| DOMString[] getReferencedFilePaths();
|
|
|
|
|