| Index: Source/devtools/front_end/main/ScreencastApp.js
|
| diff --git a/Source/devtools/front_end/main/ScreencastApp.js b/Source/devtools/front_end/main/ScreencastApp.js
|
| index ecc2fc3c25cb8471fd164ff33f425304a368bec4..62147aadfbabb16e70b0dc062f081b84e32a5fb3 100644
|
| --- a/Source/devtools/front_end/main/ScreencastApp.js
|
| +++ b/Source/devtools/front_end/main/ScreencastApp.js
|
| @@ -40,7 +40,7 @@ WebInspector.ScreencastApp.prototype = {
|
| */
|
| presentUI: function(mainTarget)
|
| {
|
| - if (mainTarget.hasCapability(WebInspector.Target.Capabilities.canScreencast)) {
|
| + if (mainTarget.hasCapability(WebInspector.Target.Capabilities.CanScreencast)) {
|
| this._screencastView = new WebInspector.ScreencastView(mainTarget);
|
| this._screencastView.show(this._rootSplitView.mainElement());
|
| this._screencastView.initialize();
|
|
|