| Index: Source/bindings/v8/custom/V8HTMLPictureElementConstructor.h
|
| diff --git a/Source/bindings/v8/custom/V8HTMLImageElementConstructor.h b/Source/bindings/v8/custom/V8HTMLPictureElementConstructor.h
|
| similarity index 91%
|
| copy from Source/bindings/v8/custom/V8HTMLImageElementConstructor.h
|
| copy to Source/bindings/v8/custom/V8HTMLPictureElementConstructor.h
|
| index 97b38e505ef0b81a811e8a317f5cc725e87b92c2..0cddb68c2b34ced8b91dc380810f896fe0bb1bae 100644
|
| --- a/Source/bindings/v8/custom/V8HTMLImageElementConstructor.h
|
| +++ b/Source/bindings/v8/custom/V8HTMLPictureElementConstructor.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef V8HTMLImageElementConstructor_h
|
| -#define V8HTMLImageElementConstructor_h
|
| +#ifndef V8HTMLPictureElementConstructor_h
|
| +#define V8HTMLPictureElementConstructor_h
|
|
|
| #include "WrapperTypeInfo.h"
|
|
|
| @@ -37,7 +37,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class V8HTMLImageElementConstructor {
|
| +class V8HTMLPictureElementConstructor {
|
| public:
|
| static v8::Persistent<v8::FunctionTemplate> GetTemplate(v8::Isolate*, WrapperWorldType);
|
| static WrapperTypeInfo info;
|
| @@ -45,4 +45,4 @@ public:
|
|
|
| }
|
|
|
| -#endif // V8HTMLImageElementConstructor_h
|
| +#endif // V8HTMLPictureElementConstructor_h
|
|
|