| Index: Source/bindings/v8/CustomElementWrapper.h
|
| diff --git a/Source/bindings/v8/CustomElementWrapper.h b/Source/bindings/v8/CustomElementWrapper.h
|
| index 21a04e44c09d4eaa1e07e432e806eed7fa776609..c3cbbe8e58d65cf0395677490c8ba0f825c51be0 100644
|
| --- a/Source/bindings/v8/CustomElementWrapper.h
|
| +++ b/Source/bindings/v8/CustomElementWrapper.h
|
| @@ -39,7 +39,7 @@ namespace WebCore {
|
| class HTMLElement;
|
| class SVGElement;
|
|
|
| -template<typename ElementType>
|
| +template<typename ElementType, typename WrapperType>
|
| class CustomElementWrapper {
|
| private:
|
| CustomElementWrapper();
|
|
|