| Index: third_party/WebKit/Source/devtools/front_end/Tests.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/Tests.js b/third_party/WebKit/Source/devtools/front_end/Tests.js
|
| index 8ec346af5fb13b829910bf0dbe8afc0a9bbc8d53..74afd920519745a36590cf78ed7a09c464397174 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/Tests.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/Tests.js
|
| @@ -1003,7 +1003,7 @@
|
| * @param {!Workspace.UISourceCode} uiSourceCode
|
| */
|
| function filterOutService(uiSourceCode) {
|
| - return !uiSourceCode.isFromServiceProject();
|
| + return !uiSourceCode.project().isServiceProject();
|
| }
|
|
|
| var uiSourceCodes = Workspace.workspace.uiSourceCodes();
|
|
|