Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Unified Diff: src/messages.h

Issue 2563613003: Revert of [wasm] Fix location for error in asm.js ToNumber conversion (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/isolate.cc ('k') | src/messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « src/isolate.cc ('k') | src/messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698