Skip to content

Commit 19111d6

Browse files
committed
ShutdownPlatform is DisposePlatform() now
1 parent 225c8cd commit 19111d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v8js_main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ static PHP_MSHUTDOWN_FUNCTION(v8js)
162162

163163
if(v8_initialized) {
164164
v8::V8::Dispose();
165-
v8::V8::ShutdownPlatform();
165+
v8::V8::DisposePlatform();
166166
// @fixme call virtual destructor somehow
167167
//delete v8js_process_globals.v8_platform;
168168
}

0 commit comments

Comments
 (0)