| Index: Source/core/editing/RemoveFormatCommand.h
|
| diff --git a/Source/core/editing/RemoveFormatCommand.h b/Source/core/editing/RemoveFormatCommand.h
|
| index f08a5a7ce58da7df01c9c3428fd1989b0bfef36e..c32ce61691bb53ffcd030ced93a584c29c3324ec 100644
|
| --- a/Source/core/editing/RemoveFormatCommand.h
|
| +++ b/Source/core/editing/RemoveFormatCommand.h
|
| @@ -32,9 +32,9 @@ namespace WebCore {
|
|
|
| class RemoveFormatCommand FINAL : public CompositeEditCommand {
|
| public:
|
| - static PassRefPtr<RemoveFormatCommand> create(Document& document)
|
| + static PassRefPtrWillBeRawPtr<RemoveFormatCommand> create(Document& document)
|
| {
|
| - return adoptRef(new RemoveFormatCommand(document));
|
| + return adoptRefWillBeNoop(new RemoveFormatCommand(document));
|
| }
|
|
|
| private:
|
|
|