| Index: fpdfsdk/include/javascript/JS_Runtime.h
|
| diff --git a/fpdfsdk/include/javascript/JS_Runtime.h b/fpdfsdk/include/javascript/JS_Runtime.h
|
| index 2e397ea1ef67d1466e3251c0d1c8c27aa4b2f6d0..d5124842308f92614448cc849c2488a82ec2ca4e 100644
|
| --- a/fpdfsdk/include/javascript/JS_Runtime.h
|
| +++ b/fpdfsdk/include/javascript/JS_Runtime.h
|
| @@ -55,7 +55,7 @@ class CJS_Runtime : public IFXJS_Runtime {
|
| FX_BOOL IsBlocking() { return m_bBlocking; }
|
|
|
| operator IJS_Runtime*() { return (IJS_Runtime*)m_isolate; }
|
| - v8::Isolate* GetIsolate() { return m_isolate; };
|
| + v8::Isolate* GetIsolate() { return m_isolate; }
|
| void SetIsolate(v8::Isolate* isolate) { m_isolate = isolate; }
|
|
|
| v8::Local<v8::Context> NewJSContext();
|
|
|