| Index: third_party/WebKit/Source/devtools/front_end/ui/Context.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/Context.js b/third_party/WebKit/Source/devtools/front_end/ui/Context.js
|
| index 2cd6e0b3bfb8d356977cfca92eca01880fa6b75d..ef545fb0d576346a27466583baa7b296c1a02aaa 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Context.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Context.js
|
| @@ -120,7 +120,7 @@ UI.ContextFlavorListener.prototype = {
|
| /**
|
| * @param {?Object} object
|
| */
|
| - flavorChanged: function(object) {}
|
| + flavorChanged(object) {}
|
| };
|
|
|
| UI.context = new UI.Context();
|
|
|