Index: third_party/WebKit/Source/bindings/core/v8/ScopedPersistent.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScopedPersistent.h b/third_party/WebKit/Source/bindings/core/v8/ScopedPersistent.h |
index c28339917b31265d43dfcc179d910c5f8251116c..86a71eeea24946efcd046e1c22353b77e1b7dfc1 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScopedPersistent.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScopedPersistent.h |
@@ -91,7 +91,7 @@ public: |
m_handle.Reset(); |
} |
- void setReference(const v8::Persistent<v8::Object>& parent, v8::Isolate* isolate) |
+ void setReference(const v8::Persistent<v8::Object>& parent, v8::Isolate* isolate) const |
{ |
isolate->SetReference(parent, m_handle); |
} |