Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4889)

Unified Diff: Source/core/testing/PrivateScriptTest.js

Issue 386353002: Implement reflected attributes of HTMLMarqueeElement in Blink-in-JS (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« Source/core/html/HTMLMarqueeElement.js ('K') | « Source/core/html/HTMLMarqueeElement.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698