| Index: src/code-stubs.cc
|
| diff --git a/src/code-stubs.cc b/src/code-stubs.cc
|
| index 50f51f147321d0ce8b6c23730f60604d4f624283..ed356707a915aee8b9d10a9568166d627a315ff2 100644
|
| --- a/src/code-stubs.cc
|
| +++ b/src/code-stubs.cc
|
| @@ -108,7 +108,7 @@ Handle<Code> PlatformCodeStub::GenerateCode() {
|
| Factory* factory = isolate()->factory();
|
|
|
| // Generate the new code.
|
| - MacroAssembler masm(isolate(), NULL, 256);
|
| + MacroAssembler masm(isolate(), NULL, 256, CodeObjectRequired::kYes);
|
|
|
| {
|
| // Update the static counter each time a new code stub is generated.
|
|
|