summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/bindings/core/v8/custom/v8_error_event_custom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/bindings/core/v8/custom/v8_error_event_custom.cc')
-rw-r--r--chromium/third_party/blink/renderer/bindings/core/v8/custom/v8_error_event_custom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/bindings/core/v8/custom/v8_error_event_custom.cc b/chromium/third_party/blink/renderer/bindings/core/v8/custom/v8_error_event_custom.cc
index 5176f91a49f..ca801c74c7d 100644
--- a/chromium/third_party/blink/renderer/bindings/core/v8/custom/v8_error_event_custom.cc
+++ b/chromium/third_party/blink/renderer/bindings/core/v8/custom/v8_error_event_custom.cc
@@ -34,7 +34,7 @@
namespace blink {
-void V8ErrorEvent::errorAttributeGetterCustom(
+void V8ErrorEvent::ErrorAttributeGetterCustom(
const v8::FunctionCallbackInfo<v8::Value>& info) {
v8::Isolate* isolate = info.GetIsolate();
ErrorEvent* event = V8ErrorEvent::ToImpl(info.Holder());