Index: fpdfsdk/include/javascript/JS_Runtime.h |
diff --git a/fpdfsdk/include/javascript/JS_Runtime.h b/fpdfsdk/include/javascript/JS_Runtime.h |
index 1d40a645095292b12c9d6fe63f10324928734e56..5a811fca1f919ffd6ad010fb1ebde935cf69b6c9 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(); |