Index: third_party/WebKit/Source/core/dom/shadow/ElementShadow.h |
diff --git a/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h b/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h |
index bd67343226c0eea6d9d0c7e1dd60c6bc74069c69..37520b8bb52b2fafd6d2502ede303184f7b4ca36 100644 |
--- a/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h |
+++ b/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h |
@@ -122,7 +122,7 @@ private: |
bool m_needsSelectFeatureSet; |
// TODO(hayato): ShadowRoot should be an owner of SlotAssigment |
- OwnPtr<SlotAssignment> m_slotAssignment; |
+ OwnPtrWillBeMember<SlotAssignment> m_slotAssignment; |
}; |
inline Element* ElementShadow::host() const |