| Index: Source/core/workers/SharedWorkerThread.cpp
|
| diff --git a/Source/core/workers/SharedWorkerThread.cpp b/Source/core/workers/SharedWorkerThread.cpp
|
| index 576361da373a45a004afa3888df1cff46ad59773..a1a4cc5337f72f2431edc48d05da92b02f4238be 100644
|
| --- a/Source/core/workers/SharedWorkerThread.cpp
|
| +++ b/Source/core/workers/SharedWorkerThread.cpp
|
| @@ -64,4 +64,9 @@ WebThreadSupportingGC& SharedWorkerThread::backingThread()
|
| return *m_thread.get();
|
| }
|
|
|
| +PassOwnPtr<WorkerIsolateWrapper> SharedWorkerThread::createIsolateWrapper()
|
| +{
|
| + return WorkerIsolateWrapper::createDefault();
|
| +}
|
| +
|
| } // namespace blink
|
|
|