| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index cf67dab2b406ade3d21c99059e3a6b405aebe8dd..0b817e4d6d0c9222539d448ae138529da57d9d9d 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -4611,7 +4611,7 @@ bool Heap::IdleNotification(double deadline_in_seconds) {
|
| }
|
|
|
|
|
| -bool Heap::RecentIdleNotifcationHappened() {
|
| +bool Heap::RecentIdleNotificationHappened() {
|
| return (last_idle_notification_time_ +
|
| GCIdleTimeHandler::kMaxFrameRenderingIdleTime) >
|
| MonotonicallyIncreasingTimeInMs();
|
|
|