Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 6c6210529bca1c602fad9dbe3ef3ec0640649158..54e1d7d324219e8e151fadf88d2e461adb01dc94 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -163,7 +163,6 @@ |
void FromFrameArray(Isolate* isolate, Handle<FrameArray> array, int frame_ix); |
friend class FrameArrayIterator; |
- friend class AsmJsWasmStackFrame; |
}; |
class AsmJsWasmStackFrame : public WasmStackFrame { |
@@ -181,12 +180,6 @@ |
int GetColumnNumber() override; |
MaybeHandle<String> ToString() override; |
- |
- private: |
- friend class FrameArrayIterator; |
- void FromFrameArray(Isolate* isolate, Handle<FrameArray> array, int frame_ix); |
- |
- bool is_at_number_conversion_; |
}; |
class FrameArrayIterator { |