| Index: third_party/WebKit/Source/bindings/core/v8/Microtask.h
 | 
| diff --git a/third_party/WebKit/Source/bindings/core/v8/Microtask.h b/third_party/WebKit/Source/bindings/core/v8/Microtask.h
 | 
| index 2a686dc850660a43e14f88a6fba8ac944e738f38..666d3f0972178590638ffd8d8a65b03b8a516b38 100644
 | 
| --- a/third_party/WebKit/Source/bindings/core/v8/Microtask.h
 | 
| +++ b/third_party/WebKit/Source/bindings/core/v8/Microtask.h
 | 
| @@ -52,7 +52,7 @@ namespace blink {
 | 
|  // Calls of type (1) should generally go through ScriptController, as inspector
 | 
|  // instrumentation is needed. ScriptController allocates V8RecursionScope for you.
 | 
|  //
 | 
| -// Calls of type (2) should always stack-allocate a v8::MicrotasksScope(kRunMicrtoasks)
 | 
| +// Calls of type (2) should always stack-allocate a v8::MicrotasksScope(kRunMicrotasks)
 | 
|  // in the same block as the call into script.
 | 
|  //
 | 
|  // Calls of type (3) should stack allocate a v8::MicrotasksScope(kDoNotRunMicrotasks) --
 | 
| 
 |