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