| Index: Source/core/dom/shadow/ShadowRoot.h
|
| diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h
|
| index b28258d4043472fb4664dbd79616d13e4c6c0f96..768f78beee7cd8e58970859ec6c9f7d93747fe39 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();
|
|
|
|
|