summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/ftl
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2017-04-21 06:12:49 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2017-04-22 08:43:17 +0000
commitbd3f57b00bee3088971209a0ebc513eb1ef4ba14 (patch)
tree651d181d7348d440ff164909e8480297e4e7f18e /Source/JavaScriptCore/ftl
parent3b7091813e38631b9ca03ce9657c170ee8826439 (diff)
downloadqtwebkit-bd3f57b00bee3088971209a0ebc513eb1ef4ba14.tar.gz
Import WebKit commit 584c4a7a6a8bffb60f03b9eb10a65dbcf41dc0b7
Change-Id: Ife943bbbd8226afa05ef6320b10ba351d55fd797 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Source/JavaScriptCore/ftl')
-rw-r--r--Source/JavaScriptCore/ftl/FTLState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/ftl/FTLState.cpp b/Source/JavaScriptCore/ftl/FTLState.cpp
index d62433700..2b90aa44a 100644
--- a/Source/JavaScriptCore/ftl/FTLState.cpp
+++ b/Source/JavaScriptCore/ftl/FTLState.cpp
@@ -67,7 +67,7 @@ State::State(Graph& graph)
proc = std::make_unique<Procedure>();
proc->setOriginPrinter(
- [this] (PrintStream& out, B3::Origin origin) {
+ [] (PrintStream& out, B3::Origin origin) {
out.print("DFG:", bitwise_cast<Node*>(origin.data()));
});