| Index: third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js b/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
|
| index 8b4417bceb96c055208cf8faefec37e63a246ee2..baf4119c4095f905b95f7fa84e35545a66a16800 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
|
| @@ -448,7 +448,7 @@ WebInspector.SourceFrame.prototype = {
|
| * @override
|
| * @return {boolean}
|
| */
|
| - supportsCaseSensitiveSearch: function ()
|
| + supportsCaseSensitiveSearch: function()
|
| {
|
| return true;
|
| },
|
|
|