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

Unified Diff: tracing/tracing/core/scripting_object.html

Issue 1398213005: tquery: Remove hard dependency on UI (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: More review tweaks. Created 5 years, 2 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 | « tracing/tracing/core/scripting_controller.html ('k') | tracing/tracing/extras/tquery/tquery.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/core/scripting_object.html
diff --git a/tracing/tracing/core/scripting_object.html b/tracing/tracing/core/scripting_object.html
index 0ee5268c91c8d6757a8146dedc75759540eb1fbd..377211f45f85222dd69a5d97885e6497fd4fde0e 100644
--- a/tracing/tracing/core/scripting_object.html
+++ b/tracing/tracing/core/scripting_object.html
@@ -5,7 +5,7 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
-<link rel="import" href="/tracing/base/utils.html">
+<link rel="import" href="/tracing/base/base.html">
<script>
'use strict';
@@ -15,7 +15,7 @@ tr.exportTo('tr.c', function() {
}
ScriptingObject.prototype = {
- onModelChanged: function() {
+ onModelChanged: function(model) {
}
};
« no previous file with comments | « tracing/tracing/core/scripting_controller.html ('k') | tracing/tracing/extras/tquery/tquery.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698