Skip to content

Commit

Permalink
Merge r228124 - Abstract heap generator should include JavaScriptCore…
Browse files Browse the repository at this point in the history
… headers directly

https://bugs.webkit.org/show_bug.cgi?id=182501

Reviewed by Alex Christensen.

No new tests. No change in behavior.

* domjit/generate-abstract-heap.rb:
  • Loading branch information
donny-dont authored and carlosgcampos committed Feb 19, 2018
1 parent 8e4ef1a commit 7d49399
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Source/WebCore/ChangeLog
@@ -1,3 +1,14 @@
2018-02-05 Don Olmstead <don.olmstead@sony.com>

Abstract heap generator should include JavaScriptCore headers directly
https://bugs.webkit.org/show_bug.cgi?id=182501

Reviewed by Alex Christensen.

No new tests. No change in behavior.

* domjit/generate-abstract-heap.rb:

2018-02-05 Antti Koivisto <antti@apple.com>

Make ASSERT_WITH_SECURITY_IMPLICATION in CachedResourceClientWalker::next a release assert
Expand Down
2 changes: 1 addition & 1 deletion Source/WebCore/domjit/generate-abstract-heap.rb
Expand Up @@ -136,7 +136,7 @@ def printIndent output, indent
#pragma once
#include <domjit/DOMJITHeapRange.h>
#include <JavaScriptCore/DOMJITHeapRange.h>
namespace WebCore { namespace DOMJIT { namespace AbstractHeapRepository {
EOS
Expand Down

0 comments on commit 7d49399

Please sign in to comment.