refactor: make methods const, cleanup (#13937)

This commit is contained in:
Milan Burda 2018-08-09 19:15:23 +02:00 committed by Shelley Vohr
parent 9005803667
commit 271d582aac
5 changed files with 15 additions and 15 deletions

View file

@ -95,7 +95,6 @@ extern const char kAppPath[];
extern const char kBackgroundColor[];
extern const char kPreloadScript[];
extern const char kPreloadURL[];
extern const char kPreloadScripts[];
extern const char kNodeIntegration[];
extern const char kContextIsolation[];