Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js b/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js |
| index e21ccfac1f4a60627e133ba27fc04079f77d3e2d..e24b095b9547d4dedda37d250a475f371abbcd25 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js |
| @@ -927,4 +927,4 @@ WebInspector.UISourceCodeMetadata = class { |
| this.modificationTime = modificationTime; |
| this.contentSize = contentSize; |
| } |
| -}; |
| +}; |
|
caseq
2016/11/09 18:25:30
revert this one as well.
|