summaryrefslogtreecommitdiffstats
path: root/webkit/glue
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-13 14:15:28 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-13 14:15:28 +0000
commit66d3b79bcf21a71326b99b5a222a04d78db594bc (patch)
treecf83046e2262991d8b376f0f5a0e3fe4e3ea23a9 /webkit/glue
parente02516d791f419b4515abedb2f0913c73266900b (diff)
downloadchromium_src-66d3b79bcf21a71326b99b5a222a04d78db594bc.zip
chromium_src-66d3b79bcf21a71326b99b5a222a04d78db594bc.tar.gz
chromium_src-66d3b79bcf21a71326b99b5a222a04d78db594bc.tar.bz2
DevTools: Enable styles editing.
BUG=16194 Review URL: http://codereview.chromium.org/149524 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20478 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue')
-rw-r--r--webkit/glue/devtools/js/inject.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/devtools/js/inject.js b/webkit/glue/devtools/js/inject.js
index a9b9341..9e9a5c5 100644
--- a/webkit/glue/devtools/js/inject.js
+++ b/webkit/glue/devtools/js/inject.js
@@ -191,7 +191,7 @@ devtools.Injected.prototype.getStyles = function(nodeId, authorOnly) {
ruleValue['parentStyleSheet'] = {
'href' : parentStyleSheet.href,
'ownerNodeName' : parentStyleSheet.ownerNode ?
- parentStyleSheet.ownerNode.name : null
+ parentStyleSheet.ownerNode.nodeName : null
};
}
matchedCSSRulesObj.push(ruleValue);