| Index: third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.cpp b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| index 7821c47460851bc5fc5f97655589dd892f877750..fb4d2e515ded9304310ee4ed0040d8a17b1ef3df 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| @@ -1263,6 +1263,7 @@ void ThreadState::invokePreFinalizers() {
|
|
|
| SweepForbiddenScope sweepForbidden(this);
|
| ScriptForbiddenIfMainThreadScope scriptForbidden;
|
| + NoAllocationScope noAllocationScope(this);
|
|
|
| double startTime = WTF::currentTimeMS();
|
| if (!m_orderedPreFinalizers.isEmpty()) {
|
|
|