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