| Index: chrome/test/data/extensions/api_test/active_tab/background.js
|
| diff --git a/chrome/test/data/extensions/api_test/active_tab/background.js b/chrome/test/data/extensions/api_test/active_tab/background.js
|
| index dbf83fcb198c27bb08c0775bc0ffeac98b518e44..7ccd11832dac9ca9f863f5a5fff8fddaaabf4e20 100644
|
| --- a/chrome/test/data/extensions/api_test/active_tab/background.js
|
| +++ b/chrome/test/data/extensions/api_test/active_tab/background.js
|
| @@ -50,7 +50,7 @@ chrome.browserAction.onClicked.addListener(function(tab) {
|
|
|
| chrome.automation.getTree(callbackPass(function(rootNode) {
|
| assertFalse(rootNode == undefined);
|
| - assertEq(RoleType.rootWebArea, rootNode.role);
|
| + assertEq(RoleType.ROOT_WEB_AREA, rootNode.role);
|
| }));
|
| });
|
|
|
|
|