| Index: Source/modules/webgl/EXTBlendMinMax.h
|
| diff --git a/Source/modules/webgl/EXTBlendMinMax.h b/Source/modules/webgl/EXTBlendMinMax.h
|
| index 2b159c98dbd11126a25be1da7d0059694ed19add..e12f59a6df7fc3027998e90f24505ee02991607e 100644
|
| --- a/Source/modules/webgl/EXTBlendMinMax.h
|
| +++ b/Source/modules/webgl/EXTBlendMinMax.h
|
| @@ -13,7 +13,7 @@ namespace blink {
|
| class EXTBlendMinMax final : public WebGLExtension {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static PassRefPtrWillBeRawPtr<EXTBlendMinMax> create(WebGLRenderingContextBase*);
|
| + static EXTBlendMinMax* create(WebGLRenderingContextBase*);
|
| static bool supported(WebGLRenderingContextBase*);
|
| static const char* extensionName();
|
|
|
|
|