Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/node-matchers.h')
-rw-r--r--deps/v8/src/compiler/node-matchers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/compiler/node-matchers.h b/deps/v8/src/compiler/node-matchers.h
index 4b02cad9b99..cbefb0ac356 100644
--- a/deps/v8/src/compiler/node-matchers.h
+++ b/deps/v8/src/compiler/node-matchers.h
@@ -195,7 +195,7 @@ struct HeapObjectMatcher final
return this->HasValue() && this->Value().address() == value.address();
}
- ObjectRef Ref(const JSHeapBroker* broker) const {
+ ObjectRef Ref(JSHeapBroker* broker) const {
return ObjectRef(broker, this->Value());
}
};