Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
openkraken-bot committed May 17, 2022
1 parent 65d6f89 commit 027b27f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bridge/core/dom/document.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Document* Document::Create(ExecutingContext* context, ExceptionState& exception_

Document::Document(ExecutingContext* context)
: ContainerNode(context, this, ConstructionType::kCreateDocument), TreeScope(*this) {
GetExecutingContext()->uiCommandBuffer()->addCommand(eventTargetId(), UICommand::kCreateDocument, (void*)bindingObject());
GetExecutingContext()->uiCommandBuffer()->addCommand(eventTargetId(), UICommand::kCreateDocument,
(void*)bindingObject());
document_element_ = MakeGarbageCollected<HTMLHtmlElement>(*this);
}

Expand Down

0 comments on commit 027b27f

Please sign in to comment.