Skip to content

Commit 569027a

Browse files
author
Mark Lam
committed
Gardening: Build fix after r237084.
https://bugs.webkit.org/show_bug.cgi?id=189708 Unreviewd. * llint/LLIntOffsetsExtractor.cpp: Canonical link: https://commits.webkit.org/205472@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@237098 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 85aa691 commit 569027a

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Source/JavaScriptCore/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2018-10-14 Mark Lam <mark.lam@apple.com>
2+
3+
Gardening: Build fix after r237084.
4+
https://bugs.webkit.org/show_bug.cgi?id=189708
5+
6+
Unreviewd.
7+
8+
* llint/LLIntOffsetsExtractor.cpp:
9+
110
2018-10-14 Yusuke Suzuki <yusukesuzuki@slowstart.org>
211

312
[JSC] Remove Option::useAsyncIterator

Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
#include "VM.h"
6161
#include "ValueProfile.h"
6262
#include "Watchdog.h"
63+
#include <stdio.h>
6364
#include <wtf/text/StringImpl.h>
6465

6566
namespace JSC {

0 commit comments

Comments
 (0)