| Index: third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js b/third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js
|
| index 71b7fc56840279e4e786884b493486f547c40827..f98426b3d9dce88296682652c7a847bf0e4873af 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js
|
| @@ -60,7 +60,7 @@ SourceMapV3.Offset = function()
|
| }
|
|
|
| /**
|
| - * Implements Source Map V3 model. See http://code.google.com/p/closure-compiler/wiki/SourceMaps
|
| + * Implements Source Map V3 model. See https://github.com/google/closure-compiler/wiki/Source-Maps
|
| * for format description.
|
| * @constructor
|
| * @param {string} compiledURL
|
|
|