| Index: Source/core/dom/shadow/ShadowRoot.h
|
| diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h
|
| index bde60003c54d8d073909698071d2ae9b98581a78..d79fad2a99fa277797c4f25ff6098cb259d7de0e 100644
|
| --- a/Source/core/dom/shadow/ShadowRoot.h
|
| +++ b/Source/core/dom/shadow/ShadowRoot.h
|
| @@ -115,7 +115,7 @@ public:
|
| void setInnerHTML(const String&, ExceptionState&);
|
|
|
| PassRefPtr<Node> cloneNode(bool, ExceptionState&);
|
| - PassRefPtr<Node> cloneNode(ExceptionState& es) { return cloneNode(true, es); }
|
| + PassRefPtr<Node> cloneNode(ExceptionState& exceptionState) { return cloneNode(true, exceptionState); }
|
|
|
| StyleSheetList* styleSheets();
|
|
|
|
|