| Index: Source/bindings/v8/ScopedPersistent.h
|
| diff --git a/Source/bindings/v8/ScopedPersistent.h b/Source/bindings/v8/ScopedPersistent.h
|
| index cd3e9138c5f0e8d5211a086a079487178fef39dd..84b6beea6ce861d5422905e602326281fa79a666 100644
|
| --- a/Source/bindings/v8/ScopedPersistent.h
|
| +++ b/Source/bindings/v8/ScopedPersistent.h
|
| @@ -76,7 +76,7 @@
|
| m_handle.Reset();
|
| }
|
|
|
| - bool operator==(const ScopedPersistent<T>& other) const
|
| + bool operator==(const ScopedPersistent<T>& other)
|
| {
|
| return m_handle == other.m_handle;
|
| }
|
|
|