Index: third_party/WebKit/Source/core/style/DataRef.h |
diff --git a/third_party/WebKit/Source/core/style/DataRef.h b/third_party/WebKit/Source/core/style/DataRef.h |
index a03fab56770aabc701d202a03e968b1ebecbb70d..42964c8ac9a494f0554e6eb593c05ca665bd33f9 100644 |
--- a/third_party/WebKit/Source/core/style/DataRef.h |
+++ b/third_party/WebKit/Source/core/style/DataRef.h |
@@ -67,9 +67,6 @@ public: |
void operator=(std::nullptr_t) { m_data = nullptr; } |
private: |
- // TODO(Oilpan): remove this once the GC plugin change in r359074 has |
- // rolled out & been deployed. |
- GC_PLUGIN_IGNORE("553613") |
RefPtr<T> m_data; |
}; |