WebKit Bugzilla
Attachment 356316 Details for
Bug 187882
: Heap.h refers to the non-existent HeapStatistics
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-187882-20181201111955.patch (text/plain), 1.17 KB, created by
Simon Fraser (smfr)
on 2018-12-01 11:19:56 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Simon Fraser (smfr)
Created:
2018-12-01 11:19:56 PST
Size:
1.17 KB
patch
obsolete
>Subversion Revision: 238781 >diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog >index c99091fd44292259f8fded2520c968aab4e816d7..4ccceb0bbd943f283135525472d4554344a45636 100644 >--- a/Source/JavaScriptCore/ChangeLog >+++ b/Source/JavaScriptCore/ChangeLog >@@ -1,3 +1,14 @@ >+2018-12-01 Simon Fraser <simon.fraser@apple.com> >+ >+ Heap.h refers to the non-existent HeapStatistics >+ https://bugs.webkit.org/show_bug.cgi?id=187882 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Just remove the "friend class HeapStatistics". >+ >+ * heap/Heap.h: >+ > 2018-11-29 Yusuke Suzuki <yusukesuzuki@slowstart.org> > > [JSC] Keep TypeMaybeBigInt small >diff --git a/Source/JavaScriptCore/heap/Heap.h b/Source/JavaScriptCore/heap/Heap.h >index 7312bea3277cb358397a7b3f27cad7f205b5211e..c8aed4a36a588201f1527e5eaafa1453295c0019 100644 >--- a/Source/JavaScriptCore/heap/Heap.h >+++ b/Source/JavaScriptCore/heap/Heap.h >@@ -404,7 +404,6 @@ private: > friend class StochasticSpaceTimeMutatorScheduler; > friend class SweepingScope; > friend class IncrementalSweeper; >- friend class HeapStatistics; > friend class VM; > friend class WeakSet; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 187882
: 356316