projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
067aa3d
)
:shirt: fix lint line length error in remote_object_freer
author
Andy Dill
<andy.dill@gmail.com>
Fri, 12 Aug 2016 16:38:49 +0000
(09:38 -0700)
committer
Andy Dill
<andy.dill@gmail.com>
Fri, 12 Aug 2016 16:38:49 +0000
(09:38 -0700)
atom/common/api/remote_object_freer.cc
patch
|
blob
|
history
diff --git
a/atom/common/api/remote_object_freer.cc
b/atom/common/api/remote_object_freer.cc
index
b1a5036
..
3dfc7c8
100644
(file)
--- a/
atom/common/api/remote_object_freer.cc
+++ b/
atom/common/api/remote_object_freer.cc
@@
-53,7
+53,8
@@
RemoteObjectFreer::~RemoteObjectFreer() {
}
void RemoteObjectFreer::RunDestructor() {
- content::RenderView* render_view = content::RenderView::FromRoutingID(routing_id_);
+ content::RenderView* render_view =
+ content::RenderView::FromRoutingID(routing_id_);
if (!render_view)
return;