| Index: chrome/common/extensions/docs/devtools.panels.html
|
| diff --git a/chrome/common/extensions/docs/devtools.panels.html b/chrome/common/extensions/docs/devtools.panels.html
|
| index 94593a02905a1803a23efc7a4481b903a445701c..7acbe14f0fe2ef6120fb4873629918c465465ec5 100644
|
| --- a/chrome/common/extensions/docs/devtools.panels.html
|
| +++ b/chrome/common/extensions/docs/devtools.panels.html
|
| @@ -629,12 +629,12 @@ You can find examples that use this API in
|
| specify a function that looks like this:
|
| </p>
|
| <!-- Note: intentionally longer 80 columns -->
|
| - <pre>function(<span>object Resource</span>) <span class="subdued">{...}</span>;</pre>
|
| + <pre>function(<span>object devtools.inspectedWindow.Resource</span>) <span class="subdued">{...}</span>;</pre>
|
| <dl>
|
| <div>
|
| <div>
|
| <dt>
|
| - <var>Resource</var>
|
| + <var>devtools.inspectedWindow.Resource</var>
|
| <em>
|
| <!-- TYPE -->
|
| <div style="display:inline">
|
|
|