| Index: Source/core/testing/PrivateScriptTest.js
|
| diff --git a/Source/core/testing/PrivateScriptTest.js b/Source/core/testing/PrivateScriptTest.js
|
| index 380cca2619da719b3997750b18ad7558c99a47a5..3fe4afbe7ac440afe7593e421514254a52be6b08 100644
|
| --- a/Source/core/testing/PrivateScriptTest.js
|
| +++ b/Source/core/testing/PrivateScriptTest.js
|
| @@ -7,7 +7,7 @@
|
| installClass("PrivateScriptTest", function(global) {
|
| var InternalsPrototype = Object.create(Element.prototype);
|
|
|
| - InternalsPrototype.constructor = function() {
|
| + InternalsPrototype.initialize = function() {
|
| this.m_shortAttribute = -1;
|
| this.m_stringAttribute = "xxx";
|
| this.m_nodeAttribute = null;
|
|
|