diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-28 03:46:57 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-28 03:46:57 +0000 |
commit | 06611a3e6f332ce1889d64d3b4be4730d6d83ca6 (patch) | |
tree | 0a527eef556380003f92d1062e474bfbc5a68cbf /chrome/common/extensions/docs/static | |
parent | f8c648b043542e2e38a3c1ea5a21221328e1a6b9 (diff) | |
download | chromium_src-06611a3e6f332ce1889d64d3b4be4730d6d83ca6.zip chromium_src-06611a3e6f332ce1889d64d3b4be4730d6d83ca6.tar.gz chromium_src-06611a3e6f332ce1889d64d3b4be4730d6d83ca6.tar.bz2 |
Rename DOMWindow to Window
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/9466027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123884 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static')
-rw-r--r-- | chrome/common/extensions/docs/static/overview.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/static/overview.html b/chrome/common/extensions/docs/static/overview.html index 6f22946..a2aa9ec 100644 --- a/chrome/common/extensions/docs/static/overview.html +++ b/chrome/common/extensions/docs/static/overview.html @@ -470,12 +470,12 @@ Consider the <p> <code> -DOMWindow chrome.extension.getBackgroundPage() +Window chrome.extension.getBackgroundPage() </code> </p> <p> -This method has no callback and a return type of <code>DOMWindow</code> +This method has no callback and a return type of <code>Window</code> because it synchronously returns the background page and performs no other, asynchronous work. </p> |