| Index: third_party/WebKit/Source/devtools/front_end/sdk/ContentProviders.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/ContentProviders.js b/third_party/WebKit/Source/devtools/front_end/sdk/ContentProviders.js
|
| index db9eebe8510448458815e35fad5aa180159f7cfb..6f2f8ddd1ac4def893e4818dfb11dae1642b0e46 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/ContentProviders.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/ContentProviders.js
|
| @@ -38,7 +38,7 @@ WebInspector.CompilerSourceMappingContentProvider = function(sourceURL, contentT
|
| {
|
| this._sourceURL = sourceURL;
|
| this._contentType = contentType;
|
| -}
|
| +};
|
|
|
| WebInspector.CompilerSourceMappingContentProvider.prototype = {
|
| /**
|
| @@ -112,4 +112,4 @@ WebInspector.CompilerSourceMappingContentProvider.prototype = {
|
| callback(WebInspector.ContentProvider.performSearchInContent(content, query, caseSensitive, isRegex));
|
| }
|
| }
|
| -}
|
| +};
|
|
|