| 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) {
|
| }
|
| };
|
|
|
|
|