mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Expose interfaces only where they should be. #12415 - Partial
This commit is contained in:
parent
cd0a6b98f4
commit
d5c6c24d2a
7 changed files with 8 additions and 10 deletions
|
@ -8,7 +8,7 @@
|
|||
* Copyright © 2013 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
|
||||
*/
|
||||
|
||||
[Exposed=(Window, Worker)]
|
||||
[Exposed=Window]
|
||||
interface CSSStyleDeclaration {
|
||||
[SetterThrows]
|
||||
attribute DOMString cssText;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue