Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
index e9ee1b4932c79bb7248cd943a440c1ee71432bfa..21f6e932fb8b23c69f567ddabe62d634aa7cc585 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
@@ -125,7 +125,7 @@ public: |
PassRefPtr<Image> copiedImage(SourceDrawingBuffer, AccelerationHint) const; |
void clearCopiedImage(); |
- SecurityOrigin* securityOrigin() const; |
+ SecurityOrigin* getSecurityOrigin() const; |
bool originClean() const; |
void setOriginTainted() { m_originClean = false; } |