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

Unified Diff: Source/bindings/core/v8/PrivateScriptRunner.js

Issue 394773003: Implement HTMLMarqueeElement's animation in private scripts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/PrivateScriptRunner.js
diff --git a/Source/bindings/core/v8/PrivateScriptRunner.js b/Source/bindings/core/v8/PrivateScriptRunner.js
index 0baab26b2ba49017ea9b8f826d860d8373e6c17c..9fde8c1d8c085dd222232aaaa4cb9b1f2a0e934d 100644
--- a/Source/bindings/core/v8/PrivateScriptRunner.js
+++ b/Source/bindings/core/v8/PrivateScriptRunner.js
@@ -80,6 +80,10 @@ function privateScriptClass()
{
}
+function privateScriptClass()
+{
+}
hajimehoshi 2014/08/25 04:32:59 Why are these duplicated definition needed?
haraken 2014/08/25 04:36:43 No needed... I'll remove it shortly.
haraken 2014/08/25 04:38:05 I noticed that the duplication is already removed
+
function installClass(className, implementation)
{
installedClasses[className] = new privateScriptClass();
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698