Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(759)

Unified Diff: Source/core/dom/EventTargetFactory.in

Issue 14307014: Absolutify paths to workers/, workers/chromium/, xml/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: in Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/EventNames.in ('k') | Source/core/dom/MessagePort.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/EventTargetFactory.in
diff --git a/Source/core/dom/EventTargetFactory.in b/Source/core/dom/EventTargetFactory.in
index 09efa4f3c59b402d94585bd26c7803904f8626d2..298edaf8f88b2b598119920b8cf9a302c2813941 100644
--- a/Source/core/dom/EventTargetFactory.in
+++ b/Source/core/dom/EventTargetFactory.in
@@ -2,7 +2,7 @@ namespace="EventTarget"
AudioContext conditional=WEB_AUDIO
BatteryManager conditional=BATTERY_STATUS
-DedicatedWorkerContext
+core/workers/DedicatedWorkerContext
core/loader/appcache/DOMApplicationCache
DOMWindow
EventSource
@@ -28,8 +28,8 @@ RTCDataChannel conditional=MEDIA_STREAM
RTCDTMFSender conditional=MEDIA_STREAM
RTCPeerConnection conditional=MEDIA_STREAM
SVGElementInstance conditional=SVG
-SharedWorker
-SharedWorkerContext
+core/workers/SharedWorker
+core/workers/SharedWorkerContext
SourceBufferList
SpeechRecognition
SpeechSynthesisUtterance conditional=SPEECH_SYNTHESIS
@@ -38,6 +38,6 @@ TextTrackCue
TextTrackList
WebKitNamedFlow interfaceName=NamedFlow
WebSocket
-Worker
-XMLHttpRequest
-XMLHttpRequestUpload
+core/workers/Worker
+core/xml/XMLHttpRequest
+core/xml/XMLHttpRequestUpload
« no previous file with comments | « Source/core/dom/EventNames.in ('k') | Source/core/dom/MessagePort.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698