Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1173)

Unified Diff: Source/devtools/Inspector-1.0.json

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/Inspector-0.1.json ('k') | Source/devtools/Inspector-1.1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/Inspector-1.0.json
diff --git a/Source/devtools/Inspector-1.0.json b/Source/devtools/Inspector-1.0.json
index 0772be76f3a53df5fbecba48b40e5eb577a8412d..24b64b01fe2fa93d287930f00a4fca3b3d515480 100644
--- a/Source/devtools/Inspector-1.0.json
+++ b/Source/devtools/Inspector-1.0.json
@@ -1596,7 +1596,7 @@
"id": "PseudoIdRules",
"type": "object",
"properties": [
- { "name": "pseudoId", "type": "integer", "description": "Pseudo style identifier (see <code>enum PseudoId</code> in <code>LayoutStyleConstants.h</code>)."},
+ { "name": "pseudoId", "type": "integer", "description": "Pseudo style identifier (see <code>enum PseudoId</code> in <code>ComputedStyleConstants.h</code>)."},
{ "name": "rules", "type": "array", "items": { "$ref": "CSSRule" }, "description": "CSS rules applicable to the pseudo style."}
],
"description": "CSS rule collection for a single pseudo style."
« no previous file with comments | « Source/devtools/Inspector-0.1.json ('k') | Source/devtools/Inspector-1.1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698