Commit a6f9670e authored by Benedikt Meurer's avatar Benedikt Meurer

[tools] Unbreak postmortem script.

TBR=machenbach@chromium.org
NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/1475843003 .

Cr-Commit-Position: refs/heads/master@{#32275}
parent 1e82da4b
...@@ -7680,7 +7680,7 @@ class JSMessageObject: public JSObject { ...@@ -7680,7 +7680,7 @@ class JSMessageObject: public JSObject {
// used for tracking the last usage (used for code flushing).. // used for tracking the last usage (used for code flushing)..
// - max number of registers used by irregexp implementations. // - max number of registers used by irregexp implementations.
// - number of capture registers (output values) of the regexp. // - number of capture registers (output values) of the regexp.
class JSRegExp final : public JSObject { class JSRegExp: public JSObject {
public: public:
// Meaning of Type: // Meaning of Type:
// NOT_COMPILED: Initial value. No data has been stored in the JSRegExp yet. // NOT_COMPILED: Initial value. No data has been stored in the JSRegExp yet.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment