| Index: third_party/WebKit/Source/devtools/front_end/bindings/LiveLocation.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/LiveLocation.js b/third_party/WebKit/Source/devtools/front_end/bindings/LiveLocation.js
|
| index 8e8974b4820084734b77910e7affcd7614e068e1..d665df8ea666dbf6f1e44bba5d7e4f1bae434cfc 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/LiveLocation.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/LiveLocation.js
|
| @@ -5,19 +5,19 @@
|
| Bindings.LiveLocation = function() {};
|
|
|
| Bindings.LiveLocation.prototype = {
|
| - update: function() {},
|
| + update() {},
|
|
|
| /**
|
| * @return {?Workspace.UILocation}
|
| */
|
| - uiLocation: function() {},
|
| + uiLocation() {},
|
|
|
| - dispose: function() {},
|
| + dispose() {},
|
|
|
| /**
|
| * @return {boolean}
|
| */
|
| - isBlackboxed: function() {}
|
| + isBlackboxed() {}
|
| };
|
|
|
| /**
|
|
|