| Index: Source/core/css/CSSStyleSheet.h
|
| diff --git a/Source/core/css/CSSStyleSheet.h b/Source/core/css/CSSStyleSheet.h
|
| index 9a08f9bd1266880d5b64102c28bd9758f6f49bc2..4d576155995a179943194ff8999bea9ebe818399 100644
|
| --- a/Source/core/css/CSSStyleSheet.h
|
| +++ b/Source/core/css/CSSStyleSheet.h
|
| @@ -70,7 +70,7 @@ public:
|
| PassRefPtr<CSSRuleList> rules();
|
| int addRule(const String& selector, const String& style, int index, ExceptionState&);
|
| int addRule(const String& selector, const String& style, ExceptionState&);
|
| - void removeRule(unsigned index, ExceptionState& es) { deleteRule(index, es); }
|
| + void removeRule(unsigned index, ExceptionState& exceptionState) { deleteRule(index, exceptionState); }
|
|
|
| // For CSSRuleList.
|
| unsigned length() const;
|
|
|