0

Rebaseline global-interface-listing-expected.txt

due to:
https://codereview.chromium.org/1292503002 ([Fetch] Unship Request.context)
https://codereview.chromium.org/1288623005 (Make cssFloat an enumerable property of CSSStyleDeclaration)

BUG=506603
TBR=torne@chromium.org

Review URL: https://codereview.chromium.org/1305083002

Cr-Commit-Position: refs/heads/master@{#344747}
This commit is contained in:
timvolodine
2015-08-21 06:12:00 -07:00
committed by Commit bot
parent f0bc1a926d
commit 84be0bb75c

@ -287,6 +287,7 @@ interface CSSRuleList
method constructor
method item
interface CSSStyleDeclaration
getter cssFloat
getter cssText
getter length
getter parentRule
@ -296,6 +297,7 @@ interface CSSStyleDeclaration
method item
method removeProperty
method setProperty
setter cssFloat
setter cssText
interface CSSStyleRule
getter selectorText
@ -3329,7 +3331,6 @@ interface ReadableStream
method getReader
interface Request
getter bodyUsed
getter context
getter credentials
getter headers
getter method