| Index: third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
 | 
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js b/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
 | 
| index 2ef3d1cf0a208504e9ba6affc558ccda0da60901..defaecff994b2c1d717901d77ef06bd9189e65f7 100644
 | 
| --- a/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
 | 
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
 | 
| @@ -236,7 +236,7 @@ Sources.NavigatorView = class extends UI.VBox {
 | 
|     * @return {boolean}
 | 
|     */
 | 
|    accept(uiSourceCode) {
 | 
| -    return !uiSourceCode.isFromServiceProject();
 | 
| +    return !uiSourceCode.project().isServiceProject();
 | 
|    }
 | 
|  
 | 
|    /**
 | 
| 
 |