| Index: Source/core/css/CSSStyleDeclaration.idl
|
| diff --git a/Source/core/css/CSSStyleDeclaration.idl b/Source/core/css/CSSStyleDeclaration.idl
|
| index ccc3be78997eab0807bf68d3b8f9aeb133cdbc3a..96cc639375b4ef62e7da6428acab0ddcb03a73db 100644
|
| --- a/Source/core/css/CSSStyleDeclaration.idl
|
| +++ b/Source/core/css/CSSStyleDeclaration.idl
|
| @@ -20,7 +20,8 @@
|
|
|
| // Introduced in DOM Level 2:
|
| [
|
| - DependentLifetime
|
| + DependentLifetime,
|
| + WillBeGarbageCollected
|
| ] interface CSSStyleDeclaration {
|
| [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, RaisesException=Setter] attribute DOMString cssText;
|
|
|
|
|