Index: Source/core/html/canvas/Canvas2DContextAttributes.h |
diff --git a/Source/core/html/canvas/Canvas2DContextAttributes.h b/Source/core/html/canvas/Canvas2DContextAttributes.h |
index a05ac089119c9cfc8bf90539f09ff8324feda635..9cb845233b909f20ad7fdfeffa885778baba7954 100644 |
--- a/Source/core/html/canvas/Canvas2DContextAttributes.h |
+++ b/Source/core/html/canvas/Canvas2DContextAttributes.h |
@@ -43,7 +43,7 @@ public: |
virtual ~Canvas2DContextAttributes(); |
// Create a new attributes object |
- static PassRefPtr<Canvas2DContextAttributes> create(); |
+ static PassRefPtrWillBeRawPtr<Canvas2DContextAttributes> create(); |
// Whether or not the drawing buffer has an alpha channel; default=true |
bool alpha() const; |