--- old/modules/javafx.web/src/main/native/Source/WebCore/platform/URL.h 2017-10-17 01:25:30.124124000 +0530 +++ new/modules/javafx.web/src/main/native/Source/WebCore/platform/URL.h 2017-10-17 01:25:28.217881900 +0530 @@ -199,7 +199,7 @@ #if PLATFORM(JAVA) bool isJarFile() const { return m_protocolIsInJar; } - URL(JNIEnv* env, jstring url) : URL(ParsedURLString, String(env, url)) {} + URL(JNIEnv* env, jstring url) : URL(URL(), String(env, url)) {} #endif #ifndef NDEBUG