Skip to content

Commit 8e1bd28

Browse files
committed
Removed some comments
1 parent be0285f commit 8e1bd28

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test-app/runtime/src/main/cpp/JsV8InspectorClient.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ void JsV8InspectorClient::connect(jobject connection) {
4444
this->isConnected = true;
4545
}
4646

47-
//NOTE: dev4s - changed for now
4847
void JsV8InspectorClient::scheduleBreak() {
4948
v8::Locker locker(isolate_);
5049
Isolate::Scope isolate_scope(isolate_);

test-app/runtime/src/main/cpp/v8_inspector/src/inspector/protocol/DOM.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,6 @@ void DomainDispatcherImpl::getContentQuads(const v8_crdtp::Dispatchable& dispatc
19231923
return;
19241924
}
19251925

1926-
//NOTE: dev4s - changed for now
19271926
void DomainDispatcherImpl::getDocument(const v8_crdtp::Dispatchable& dispatchable, DictionaryValue* params, ErrorSupport* errors)
19281927
{
19291928
// Prepare input parameters.

0 commit comments

Comments
 (0)