| Index: sandbox/linux/seccomp/library.cc
|
| diff --git a/sandbox/linux/seccomp/library.cc b/sandbox/linux/seccomp/library.cc
|
| index 1b06bc106003c60bd463b8766b1cfa5b02a85139..768b00a26336894a54efa534f42ab59dd3498a17 100644
|
| --- a/sandbox/linux/seccomp/library.cc
|
| +++ b/sandbox/linux/seccomp/library.cc
|
| @@ -318,7 +318,7 @@ const Elf_Shdr* Library::getSection(const string& section) {
|
| return &iter->second.second;
|
| }
|
|
|
| -const int Library::getSectionIndex(const string& section) {
|
| +int Library::getSectionIndex(const string& section) {
|
| if (!valid_) {
|
| return -1;
|
| }
|
|
|