Commit 7ba4ef37 authored by Paul Irish's avatar Paul Irish Committed by Commit Bot

DevTools protocol: Fix typo in CSS.getStyleSheetText

Change-Id: If64e6f5fc245da7d9bbb8d3925d004b545338b0a
Reviewed-on: https://chromium-review.googlesource.com/993477
Commit-Queue: Paul Irish <paulirish@chromium.org>
Reviewed-by: default avatarPavel Feldman <pfeldman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550715}
parent bb962bff
...@@ -2149,7 +2149,7 @@ ...@@ -2149,7 +2149,7 @@
}, },
{ {
"name": "getStyleSheetText", "name": "getStyleSheetText",
"description": "Returns the current textual content and the URL for a stylesheet.", "description": "Returns the current textual content for a stylesheet.",
"parameters": [ "parameters": [
{ {
"name": "styleSheetId", "name": "styleSheetId",
......
...@@ -983,7 +983,7 @@ experimental domain CSS ...@@ -983,7 +983,7 @@ experimental domain CSS
# Usage statistics for every employed platform font. # Usage statistics for every employed platform font.
array of PlatformFontUsage fonts array of PlatformFontUsage fonts
# Returns the current textual content and the URL for a stylesheet. # Returns the current textual content for a stylesheet.
command getStyleSheetText command getStyleSheetText
parameters parameters
StyleSheetId styleSheetId StyleSheetId styleSheetId
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment