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:
bcb40c7
)
fixup! Add support for IDS string mapping.
49/194549/1
author
surya.kumar7
<surya.kumar7@samsung.com>
Wed, 5 Dec 2018 13:52:07 +0000
(19:22 +0530)
committer
surya.kumar7
<surya.kumar7@samsung.com>
Wed, 5 Dec 2018 13:53:38 +0000
(19:23 +0530)
Media playback is affected with this line. Fixed it by
reverting it.
Change-Id: Ic0ddde89fa2174f35bc8de4afa0d25d3f8067659
Signed-off-by: surya.kumar7 <surya.kumar7@samsung.com>
atom/browser/browser.cc
patch
|
blob
|
history
diff --git
a/atom/browser/browser.cc
b/atom/browser/browser.cc
index 1552737771fef544e31fcbc574fbb67bdfe27fc5..1e0d82d2ccd78f613a46e45ec5e8e39abed1d69c 100644
(file)
--- a/
atom/browser/browser.cc
+++ b/
atom/browser/browser.cc
@@
-336,7
+336,7
@@
void Browser::Launch(std::unique_ptr<common::AppControl> appcontrol) {
std::unique_ptr<common::ResourceManager::Resource> res =
resource_manager_->GetStartResource(appcontrol.get());
if (res)
- start_url_ = res
->uri(
);
+ start_url_ = res
ource_manager_->GetLocalizedPath(res->uri()
);
tizen::NativeWebRuntime::GetInstance().StartApplication();
}