mesa gn build: suppress -Wstring-conversion warnings
[chromium-blink-merge.git] / content / renderer / chrome_object_extensions_utils.h
blob1048616d79c9c1cc484aab579ea8aea3008ef751
1 // Copyright (c) 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.
5 #ifndef CONTENT_RENDERER_CHROME_OBJECT_EXTENSIONS_UTILS_H_
6 #define CONTENT_RENDERER_CHROME_OBJECT_EXTENSIONS_UTILS_H_
8 #include "v8/include/v8.h"
10 namespace content {
12 v8::Handle<v8::Object> GetOrCreateChromeObject(
13 v8::Isolate* isolate, v8::Handle<v8::Object> global);
15 } // namespace content
17 #endif // CONTENT_RENDERER_CHROME_OBJECT_EXTENSIONS_UTILS_H_