Merge "Pass permitted_path to the linker as is."

This commit is contained in:
Treehugger Robot 2016-05-17 01:05:01 +00:00 committed by Gerrit Code Review
commit a214a769f9

View file

@ -99,9 +99,7 @@ class LibraryNamespaces {
nullptr,
library_path.c_str(),
namespace_type,
java_permitted_path != nullptr ?
permitted_path.c_str() :
nullptr);
permitted_path.c_str());
if (ns != nullptr) {
namespaces_.push_back(std::make_pair(env->NewWeakGlobalRef(class_loader), ns));