| Index: Source/modules/geolocation/PositionError.h
|
| diff --git a/Source/modules/geolocation/PositionError.h b/Source/modules/geolocation/PositionError.h
|
| index 18bc6dfc455b05258afeea53a2428422c4fbcecd..1054a13d51d115a62d2a59c406dfcb5ad7ee2bc9 100644
|
| --- a/Source/modules/geolocation/PositionError.h
|
| +++ b/Source/modules/geolocation/PositionError.h
|
| @@ -53,10 +53,7 @@ private:
|
| PositionError(ErrorCode code, const String& message)
|
| : m_code(code)
|
| , m_message(message)
|
| - , m_isFatal(false)
|
| - {
|
| - ScriptWrappable::init(this);
|
| - }
|
| + , m_isFatal(false) { }
|
|
|
| ErrorCode m_code;
|
| String m_message;
|
|
|