Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Side by Side Diff: sky/engine/v8_inspector/read_from_source_tree.h

Issue 776743002: Make v8 inspector not crash (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef SKY_ENGINE_V8_INSPECTOR_READ_FROM_SOURCE_TREE_H_
6 #define SKY_ENGINE_V8_INSPECTOR_READ_FROM_SOURCE_TREE_H_
7
8 #include <string>
9
10 namespace inspector {
11
12 // TODO(eseidel): This is a horrible hack and only works when run
13 // inside its source tree! crbug.com/434513
14 void ReadFileFromSourceTree(const char* name, std::string* buffer);
15
16 } // namespace inspector
17
18 #endif // SKY_ENGINE_V8_INSPECTOR_READ_FROM_SOURCE_TREE_H_
OLDNEW
« no previous file with comments | « sky/engine/v8_inspector/ScriptDebugServer.cpp ('k') | sky/engine/v8_inspector/read_from_source_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698