| Index: third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js b/third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js
|
| index 483b8b59b2b0045e5be4221ecc953fb5e4ba648b..af7b5aa8059ba4279563bebc5ec1aa5a701248b8 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js
|
| @@ -337,7 +337,7 @@ WebInspector.DebuggerModel.prototype = {
|
|
|
| /**
|
| * @param {!RuntimeAgent.ScriptId} scriptId
|
| - * @return {!WebInspector.Script}
|
| + * @return {?WebInspector.Script}
|
| */
|
| scriptForId: function(scriptId)
|
| {
|
| @@ -933,7 +933,7 @@ WebInspector.DebuggerModel.Location.prototype = {
|
| },
|
|
|
| /**
|
| - * @return {!WebInspector.Script}
|
| + * @return {?WebInspector.Script}
|
| */
|
| script: function()
|
| {
|
|
|