Index: third_party/WebKit/public/web/WebDataSource.h |
diff --git a/third_party/WebKit/public/web/WebDataSource.h b/third_party/WebKit/public/web/WebDataSource.h |
index 29d725fdae621a256d9ec0b7c39442f81e9a456c..a705fb41051e86b851598954db82be4225b49122 100644 |
--- a/third_party/WebKit/public/web/WebDataSource.h |
+++ b/third_party/WebKit/public/web/WebDataSource.h |
@@ -93,7 +93,7 @@ public: |
// data pointer will be deleted when the datasource is destroyed. |
// Setting the extra data pointer will cause any existing non-null |
// extra data pointer to be deleted. |
- virtual ExtraData* extraData() const = 0; |
+ virtual ExtraData* getExtraData() const = 0; |
virtual void setExtraData(ExtraData*) = 0; |
// Sets the navigation start time for this datasource. Ordinarily, |