| Index: Source/web/tests/WebInputEventFactoryTestGtk.cpp
|
| diff --git a/Source/web/tests/WebInputEventFactoryTestGtk.cpp b/Source/web/tests/WebInputEventFactoryTestGtk.cpp
|
| index 4a499d2347bae348b9f86aae3588aeabf104aa0c..b14902e8b4a01b2ff02d0df4b8b0707692ce136b 100644
|
| --- a/Source/web/tests/WebInputEventFactoryTestGtk.cpp
|
| +++ b/Source/web/tests/WebInputEventFactoryTestGtk.cpp
|
| @@ -193,7 +193,7 @@ TEST(WebInputEventFactoryTest, NumPadConversion)
|
|
|
| // Round-trip through the WebCore KeyboardEvent class.
|
| blink::PlatformKeyboardEventBuilder platformBuilder(webEvent);
|
| - RefPtr<WebCore::KeyboardEvent> keypress = WebCore::KeyboardEvent::create(platformBuilder, 0);
|
| + RefPtrWillBeRawPtr<WebCore::KeyboardEvent> keypress = WebCore::KeyboardEvent::create(platformBuilder, 0);
|
| EXPECT_TRUE(keypress->location() == WebCore::KeyboardEvent::DOM_KEY_LOCATION_NUMPAD);
|
|
|
| blink::WebKeyboardEventBuilder builder(*keypress);
|
|
|